@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: #444;
  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: #129583; }

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 #129583;
  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: #333; }

select {
  height: 2.5em; }

input[type="submit"] {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  display: inline-block;
  background: #129583;
  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 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -10px; }
  @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;
    vertical-align: top; }
    .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; }
  .selected-header--standard .middle, .selected-header--transparent .middle, .selected-header--transparent--dark .middle, .selected-header--simple .middle, .mobile-nav-active .middle {
    padding-top: 102px; }
  .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: 150px; }
    .mobile-nav-active .middle {
      padding-top: 100px; }
    .selected-header--big .middle {
      padding-top: 0; } }
  .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;
  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 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -10px; }
  @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;
    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: 576px) {
    .columns .column {
      width: 50%; } }

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

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

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

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

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

.last {
  clear: both; }

.btn {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  display: inline-block;
  background: #129583;
  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; } }

.selected-header--big .search-dropdown {
  z-index: 99; }
.selected-header--big .middle {
  z-index: 90; }

.landing-page-template .page-header {
  display: none; }

/**
 * 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 #129583;
  z-index: 110; }
  .header:before, .header:after {
    content: "";
    display: table; }
  .header:after {
    clear: both; }
  .header__support {
    background: #333;
    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;
    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%;
    padding-right: 10px; }
  .header__main-nav {
    width: 50%;
    padding-left: 10px;
    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: 25%; }
    .header__main-nav {
      width: 75%;
      font-weight: 300;
      text-align: right; } }

.header--standard {
  width: 100%;
  position: absolute; }
  .scrolled-past-header .header--standard {
    position: fixed; }
  .header--standard .header__main {
    height: 100px; }

.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: 576px) {
    .header--simple {
      position: fixed; } }

.header--transparent {
  background: transparent;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 576px) {
    .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: #333; }
    .header--transparent a:hover,
    .header--transparent button:hover {
      color: #129583; }
  .header--transparent .active a {
    color: #129583; }
  .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: 576px) {
    .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: #333; }
    .header--transparent--dark a:hover,
    .header--transparent--dark button:hover {
      color: #129583; }
  .header--transparent--dark .active a {
    color: #129583; }
  .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: #333;
  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 #333; }
    .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 #4d4d4d;
    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; }

@media (min-width: 980px) {
  body:not(.selected-header--simple) .mobile-navigation[aria-hidden="false"] {
    display: block;
    right: -220px; }
    body:not(.selected-header--simple) .mobile-navigation[aria-hidden="false"] + #wrapper {
      left: 0; } }

.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 {
    color: #129583;
    cursor: pointer;
    text-decoration: none; }
  .search-toggle[aria-expanded=true] .fa-search:before {
    content: '\f00d';
    color: #129583; }
  .search-toggle i {
    display: block;
    width: 1em;
    height: 1em; }

.search-overlay {
  background: rgba(51, 51, 51, 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 #129583;
  z-index: 10; }
  .search-dropdown form {
    display: inline-block; }
  .search-dropdown .search-form__submit {
    color: #333; }

.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;
    cursor: pointer !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 {
  max-height: 105px; }
  .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: 100px; }
  .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: 100px; }
.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, .header__main-nav .accessibility-tools button {
  padding: 0 5px; }
.header__main-nav .o-menu > li.active, .header__main-nav .accessibility-tools > li.active {
  color: #129583; }
.header__main-nav .o-menu > li a, .header__main-nav .accessibility-tools > li a {
  color: #333; }
  .header__main-nav .o-menu > li a:hover, .header__main-nav .accessibility-tools > li a:hover {
    color: #129583; }
.header__main-nav .o-menu > li button, .header__main-nav .accessibility-tools > li button {
  color: #333; }
  .header__main-nav .o-menu > li button:hover, .header__main-nav .accessibility-tools > li button:hover {
    color: #129583; }
.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: 100px;
  z-index: 101;
  text-align: left;
  border-top: 3px solid #129583; }
  .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: #333;
      border-bottom: 2px solid #fff; }
      .header__main-nav .o-menu > li > ul li a:hover, .header__main-nav .accessibility-tools > li > ul li a:hover {
        color: #129583;
        border-bottom: 2px solid #129583; }
  .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; }

.header--big li a {
  color: #333; }

.cart-icon {
  font-size: 26px;
  font-size: 1.625rem;
  color: #333; }
  .cart-icon:hover {
    color: #129583; }
  .cart-icon i {
    position: relative; }
  .cart-icon .badge {
    position: absolute;
    top: -25%;
    right: -50%;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #129583;
    border-radius: 10px;
    font-family: "Roboto", helvetica, arial, sans-serif; }

.menu-hamburger {
  transform: translate(0, 3px);
  display: inline-block;
  cursor: pointer; }
  .menu-hamburger .bar1, .menu-hamburger .bar2, .menu-hamburger .bar3 {
    display: block;
    width: 25px;
    height: 4px;
    background-color: #333;
    margin-bottom: 4px;
    transition: 0.4s; }
  .menu-hamburger .bar3 {
    margin-bottom: 0; }

.header--transparent--dark .bar1, .header--transparent--dark .bar2, .header--transparent--dark .bar3 {
  background: #fff; }

.search-toggle:hover .menu-hamburger .bar1, .search-toggle:hover .menu-hamburger .bar2, .search-toggle:hover .menu-hamburger .bar3 {
  background: #129583; }
.search-toggle[aria-expanded=true] .menu-hamburger .bar1, .search-toggle[aria-expanded=true] .menu-hamburger .bar2, .search-toggle[aria-expanded=true] .menu-hamburger .bar3 {
  background: #129583; }
.search-toggle[aria-expanded=true] .menu-hamburger .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px); }
.search-toggle[aria-expanded=true] .menu-hamburger .bar2 {
  opacity: 0; }
.search-toggle[aria-expanded=true] .menu-hamburger .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px); }

@media (max-width: 600px) {
  body.scrolled-past-header.admin-bar .header, body.scrolled-past-header.admin-bar .mobile-navigation {
    padding-top: 0; } }
.compact-header.selected-header--standard .header__main, .compact-header.selected-header--transparent .header__main, .compact-header.selected-header--simple .header__main, .compact-header.selected-header--transparent--dark .header__main {
  height: 60px; }
  .compact-header.selected-header--standard .header__main .logo, .compact-header.selected-header--transparent .header__main .logo, .compact-header.selected-header--simple .header__main .logo, .compact-header.selected-header--transparent--dark .header__main .logo {
    height: 50px;
    padding: 5px 0; }
    .compact-header.selected-header--standard .header__main .logo a, .compact-header.selected-header--transparent .header__main .logo a, .compact-header.selected-header--simple .header__main .logo a, .compact-header.selected-header--transparent--dark .header__main .logo a {
      font-size: 44px;
      font-size: 2.75rem; }
  .compact-header.selected-header--standard .header__main .logo-image-wrapper, .compact-header.selected-header--transparent .header__main .logo-image-wrapper, .compact-header.selected-header--simple .header__main .logo-image-wrapper, .compact-header.selected-header--transparent--dark .header__main .logo-image-wrapper {
    padding: 5px 0;
    height: 60px; }
    .compact-header.selected-header--standard .header__main .logo-image-wrapper img, .compact-header.selected-header--transparent .header__main .logo-image-wrapper img, .compact-header.selected-header--simple .header__main .logo-image-wrapper img, .compact-header.selected-header--transparent--dark .header__main .logo-image-wrapper img {
      max-height: 100%;
      width: auto; }
.compact-header.selected-header--standard .header__main-nav .o-menu, .compact-header.selected-header--standard .header__main-nav .accessibility-tools, .compact-header.selected-header--standard .header__main-nav .accessibility-tools, .compact-header.selected-header--transparent .header__main-nav .o-menu, .compact-header.selected-header--transparent .header__main-nav .accessibility-tools, .compact-header.selected-header--transparent .header__main-nav .accessibility-tools, .compact-header.selected-header--simple .header__main-nav .o-menu, .compact-header.selected-header--simple .header__main-nav .accessibility-tools, .compact-header.selected-header--simple .header__main-nav .accessibility-tools, .compact-header.selected-header--transparent--dark .header__main-nav .o-menu, .compact-header.selected-header--transparent--dark .header__main-nav .accessibility-tools, .compact-header.selected-header--transparent--dark .header__main-nav .accessibility-tools {
  max-height: 60px; }
.compact-header.selected-header--standard .header__main-nav .o-menu > li > a, .compact-header.selected-header--standard .header__main-nav .accessibility-tools > li > a, .compact-header.selected-header--standard .header__main-nav .accessibility-tools > li > a, .compact-header.selected-header--transparent .header__main-nav .o-menu > li > a, .compact-header.selected-header--transparent .header__main-nav .accessibility-tools > li > a, .compact-header.selected-header--transparent .header__main-nav .accessibility-tools > li > a, .compact-header.selected-header--simple .header__main-nav .o-menu > li > a, .compact-header.selected-header--simple .header__main-nav .accessibility-tools > li > a, .compact-header.selected-header--simple .header__main-nav .accessibility-tools > li > a, .compact-header.selected-header--transparent--dark .header__main-nav .o-menu > li > a, .compact-header.selected-header--transparent--dark .header__main-nav .accessibility-tools > li > a, .compact-header.selected-header--transparent--dark .header__main-nav .accessibility-tools > li > a {
  line-height: 60px; }
.compact-header.selected-header--standard .header__main-nav .o-menu > li > button, .compact-header.selected-header--standard .header__main-nav .accessibility-tools > li > button, .compact-header.selected-header--standard .header__main-nav .accessibility-tools > li > button, .compact-header.selected-header--transparent .header__main-nav .o-menu > li > button, .compact-header.selected-header--transparent .header__main-nav .accessibility-tools > li > button, .compact-header.selected-header--transparent .header__main-nav .accessibility-tools > li > button, .compact-header.selected-header--simple .header__main-nav .o-menu > li > button, .compact-header.selected-header--simple .header__main-nav .accessibility-tools > li > button, .compact-header.selected-header--simple .header__main-nav .accessibility-tools > li > button, .compact-header.selected-header--transparent--dark .header__main-nav .o-menu > li > button, .compact-header.selected-header--transparent--dark .header__main-nav .accessibility-tools > li > button, .compact-header.selected-header--transparent--dark .header__main-nav .accessibility-tools > li > button {
  height: 55px; }
.compact-header .header__main-nav .o-menu > li > ul, .compact-header .header__main-nav .accessibility-tools > li > ul,
.compact-header .header__main-nav .accessibility-tools > li > ul {
  top: 60px; }

@media (min-width: 980px) {
  header:not(.header--simple) nav:not(.secondary-nav) .mega-menu {
    position: static !important; }
    header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 {
      position: absolute;
      top: 100%;
      width: 100%;
      padding: 15px;
      background: #fff; }
      header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 > li > a {
        border-color: #129583; }
      header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li:last-child {
        width: calc(100%/3);
        margin-right: 0; }
      header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li {
        width: calc(100%/3 - 10px);
        margin-right: 10px;
        float: left;
        display: inline-block; }
        header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li:after {
          content: ' ';
          display: block;
          width: 100%;
          height: 1px;
          clear: both; }
        header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li a {
          font-size: 15px;
          font-size: 0.9375rem; }
          header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li a .caret {
            display: none; }
        header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li a:hover {
          background: #fff;
          color: #129583; }
        header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li .dropdown-menu.level_2 {
          display: block !important;
          padding-bottom: 15px; }
          header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li .dropdown-menu.level_2 li {
            width: 100%;
            float: left;
            display: block; }
            header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li .dropdown-menu.level_2 li a {
              border: 0; }
          header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li .dropdown-menu.level_2 .dropdown-menu.level_3 {
            margin-left: 15px;
            display: block !important; }
            header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li .dropdown-menu.level_2 .dropdown-menu.level_3 .dropdown-menu.level_4 {
              margin-left: 15px;
              display: block !important; }
              header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li .dropdown-menu.level_2 .dropdown-menu.level_3 .dropdown-menu.level_4 .dropdown-menu.level_5 {
                margin-left: 15px;
                display: block !important; }
  header:not(.header--simple).header--transparent .dropdown-menu.level_1 {
    background: rgba(255, 255, 255, 0.8); }
    header:not(.header--simple).header--transparent .dropdown-menu.level_1 a, header:not(.header--simple).header--transparent .dropdown-menu.level_1 a:hover {
      background: transparent !important; }
    header:not(.header--simple).header--transparent .dropdown-menu.level_1 a:hover {
      color: #129583 !important; }
  header:not(.header--simple).header--transparent--dark .dropdown-menu.level_1 {
    background: rgba(0, 0, 0, 0.8); }
    header:not(.header--simple).header--transparent--dark .dropdown-menu.level_1 > li > a {
      border-color: #129583; }
    header:not(.header--simple).header--transparent--dark .dropdown-menu.level_1 a, header:not(.header--simple).header--transparent--dark .dropdown-menu.level_1 a:hover {
      background: transparent !important; }
    header:not(.header--simple).header--transparent--dark .dropdown-menu.level_1 a:hover {
      color: #129583 !important; }
    header:not(.header--simple).header--transparent--dark .dropdown-menu.level_1 a {
      color: #fff; }
  header:not(.header--simple).header--big .header__main-nav .mega-menu .dropdown-menu.level_1 {
    top: 50px; } }
.secondary-nav[aria-hidden=false] {
  height: 100vh; }
  @media (max-width: 980px) {
    .secondary-nav[aria-hidden=false] {
      height: 0; } }

.secondary-nav {
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  height: 0;
  overflow: hidden; }
  .secondary-nav .dropdown-menu.level_1 {
    background: transparent !important; }
  .secondary-nav .secondary-menu {
    width: 100%;
    height: 100vh;
    padding: 45px; }
    .secondary-nav .secondary-menu a {
      color: #333; }
    .secondary-nav .secondary-menu > li > a {
      border-bottom: 2px solid #129583;
      font-weight: 400; }
    .secondary-nav .secondary-menu li a {
      padding: 20px 12.8px; }
    .secondary-nav .secondary-menu li:last-child {
      width: calc(100%/4);
      margin-right: 0; }
    .secondary-nav .secondary-menu li {
      width: calc(100%/4 - 10px);
      margin-right: 10px;
      float: left;
      display: inline-block; }
      .secondary-nav .secondary-menu li:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 1px;
        clear: both; }
      .secondary-nav .secondary-menu li a {
        font-size: 15px;
        font-size: 0.9375rem; }
        .secondary-nav .secondary-menu li a .caret {
          display: none; }
      .secondary-nav .secondary-menu li a:hover {
        color: #129583; }
      .secondary-nav .secondary-menu li .dropdown-menu.level_1 {
        display: block !important;
        padding-bottom: 15px; }
        .secondary-nav .secondary-menu li .dropdown-menu.level_1 li {
          width: 100%;
          float: left;
          display: block; }
          .secondary-nav .secondary-menu li .dropdown-menu.level_1 li a {
            border: 0; }
        .secondary-nav .secondary-menu li .dropdown-menu.level_1 .dropdown-menu.level_2 {
          margin-left: 15px; }
          .secondary-nav .secondary-menu li .dropdown-menu.level_1 .dropdown-menu.level_2 .dropdown-menu.level_3 {
            margin-left: 15px; }
            .secondary-nav .secondary-menu li .dropdown-menu.level_1 .dropdown-menu.level_2 .dropdown-menu.level_3 .dropdown-menu.level_4 {
              margin-left: 15px; }
              .secondary-nav .secondary-menu li .dropdown-menu.level_1 .dropdown-menu.level_2 .dropdown-menu.level_3 .dropdown-menu.level_4 .dropdown-menu.level_5 {
                margin-left: 15px; }

.header--transparent--dark .secondary-menu > li > a {
  border-color: #129583; }
.header--transparent--dark .secondary-menu a, .header--transparent--dark .secondary-menu a:hover {
  background: transparent !important; }
.header--transparent--dark .secondary-menu a {
  color: #fff; }
  .header--transparent--dark .secondary-menu a:hover {
    color: #129583; }

body.home:not(.scrolled-past-header) .header--transparent--dark .secondary-menu {
  background: rgba(0, 0, 0, 0.8); }
  body.home:not(.scrolled-past-header) .header--transparent--dark .secondary-menu > li > a {
    border-color: #129583; }
  body.home:not(.scrolled-past-header) .header--transparent--dark .secondary-menu a, body.home:not(.scrolled-past-header) .header--transparent--dark .secondary-menu a:hover {
    background: transparent !important; }
  body.home:not(.scrolled-past-header) .header--transparent--dark .secondary-menu a {
    color: #fff; }
    body.home:not(.scrolled-past-header) .header--transparent--dark .secondary-menu a:hover {
      color: #129583; }

body:not(.scrolled-past-header) .header--transparent .secondary-menu {
  background: rgba(255, 255, 255, 0.8); }
  body:not(.scrolled-past-header) .header--transparent .secondary-menu li a, body:not(.scrolled-past-header) .header--transparent .secondary-menu li a:hover {
    background: transparent !important; }

.logo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  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; } }

.header__logo {
  height: 100px; }
  .header__logo .logo-image-wrapper {
    height: 100px;
    padding: 10px 0;
    display: flex;
    align-items: center; }
    .header__logo .logo-image-wrapper a {
      display: block; }
    .header__logo .logo-image-wrapper img {
      max-width: 100%;
      max-height: 80px;
      height: auto; }
      @media (max-width: 400px) {
        .header__logo .logo-image-wrapper img {
          max-width: 100%;
          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: #444; }
    .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: 576px) {
      .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: #129583;
      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: #129583; }
    @media screen and (min-width: 576px) {
      .loop-article__image {
        width: 40%;
        float: left;
        margin-right: 2em; } }

.page-header {
  background: #f8f8f8;
  border-bottom: 3px solid #ddd;
  margin-bottom: 32px;
  padding: 32px 0;
  color: #000; }
  .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;
    color: #000; }
    .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: 576px) {
      .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; } }

.big-page-header {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-color: #129583; }
  @media print {
    .big-page-header {
      display: none; } }
  .big-page-header .big-header-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed; }
    .big-page-header .big-header-image.overlay:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 10; }
  .big-page-header .o-wrapper {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    text-align: center;
    max-width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .big-page-header .o-wrapper h1 {
      color: #fff;
      text-align: center;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
      width: 100%;
      padding: 10px 20px;
      z-index: 20;
      font-size: 55px;
      font-size: 3.4375rem; }
      @media (max-width: 768px) {
        .big-page-header .o-wrapper h1 {
          font-size: 36px;
          font-size: 2.25rem; } }
      .big-page-header .o-wrapper h1:after {
        display: none; }

.bread .breadcrumbs {
  font-size: 12px;
  border: none;
  margin-bottom: 15px; }

.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: #129583;
      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: #444; }
      .pagination ul li > *:hover,
      .woocommerce-pagination ul li > *:hover {
        text-decoration: none;
        color: #129583;
        cursor: pointer; }
      .pagination ul li span.current,
      .woocommerce-pagination ul li span.current {
        color: #129583; }

.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: #444; }
  .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: #333;
  overflow: hidden; }
  .footer__copyright {
    padding: 10px 0;
    background: #222;
    font-family: "Ubuntu", helvetica, arial, sans-serif;
    font-weight: 300;
    text-transform: lowercase;
    text-align: left; }
    .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 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -10px; }
  @media screen and (min-width: 980px) {
    .footer-widgets {
      margin: 0 -30px; } }
  .footer-widgets__column {
    min-height: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    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: 576px) {
      .footer-widgets__column {
        width: 50%; } }
    @media screen and (min-width: 980px) {
      .footer-widgets__column {
        width: 33.333%; } }
  @media screen and (min-width: 576px) {
    .footer-widgets.four-widgets .footer-widgets__column {
      width: 50%; } }
  @media screen and (min-width: 980px) {
    .footer-widgets.four-widgets .footer-widgets__column {
      width: 25%; } }
  @media screen and (min-width: 576px) {
    .footer-widgets.five-widgets .footer-widgets__column {
      width: 50%; } }
  @media screen and (min-width: 980px) {
    .footer-widgets.five-widgets .footer-widgets__column {
      width: 20%; } }

.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_nav_menu .idium-social-align-center {
  display: inline-block; }
  .widget_nav_menu .idium-social-align-center a {
    border: 0;
    display: block;
    background-color: #fff;
    color: #129583 !important;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    padding: 22px;
    line-height: 0;
    font-size: 18px !important; }
    .widget_nav_menu .idium-social-align-center a span {
      float: left;
      margin: 0;
      padding: 0; }

.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: #129583;
      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 60px;
  background-size: 100% 100%;
  background-size: cover;
  position: relative; }
  .home-section .section-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .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(100% - 100px);
      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: 576px) {
        .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: 576px) {
      .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: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    display: inline-block;
    background: #129583;
    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;
    position: relative;
    margin-top: 20px; }
    .home-section__next a {
      text-decoration: none; }

.selected-header--standard .home-section.show-header:first-child, .selected-header--transparent--dark .home-section.show-header:first-child, .selected-header--transparent .home-section.show-header:first-child {
  padding-top: calc(100px + 25px); }
  .selected-header--standard .home-section.show-header:first-child.template-slider, .selected-header--transparent--dark .home-section.show-header:first-child.template-slider, .selected-header--transparent .home-section.show-header:first-child.template-slider {
    padding-top: calc(100px + 10px); }
.selected-header--standard.support-menu-set .home-section.show-header:first-child, .selected-header--transparent--dark.support-menu-set .home-section.show-header:first-child, .selected-header--transparent.support-menu-set .home-section.show-header:first-child {
  padding-top: calc(100px + 65px); }
  .selected-header--standard.support-menu-set .home-section.show-header:first-child.template-slider, .selected-header--transparent--dark.support-menu-set .home-section.show-header:first-child.template-slider, .selected-header--transparent.support-menu-set .home-section.show-header:first-child.template-slider {
    padding-top: calc(100px + 50px); }

body:not(.page-template-landing) .custom-sections-pages .home-section {
  padding-top: 60px !important; }

.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%;
  background-position: center;
  background-size: cover;
  height: 90vh;
  min-height: 600px; }
  .slide a {
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative; }
  .slide img {
    display: block;
    width: 100%; }
  .slide__title {
    margin-bottom: 0; }
  .slide__caption {
    background: #444;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    z-index: 12;
    line-height: 32px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
    .slide__caption *:last-child {
      margin-bottom: 0; }

.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: #545454; }
    .slideshow__pager li.active {
      background: #129583; }
    .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: 100vh;
      overflow: hidden; } }

.home-section--full-width.template-slider {
  padding-bottom: 0; }

.overlay-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.slide.CTA-slide {
  height: 90vh;
  background-position: center;
  background-size: cover; }
  .slide.CTA-slide .slide__caption-custom {
    display: inline-block;
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0);
    text-align: center;
    height: auto; }
    @media (max-width: 828px) {
      .slide.CTA-slide .slide__caption-custom {
        width: 100%;
        padding: 0 50px; } }
    .slide.CTA-slide .slide__caption-custom h2 {
      font-size: 52px;
      font-size: 3.25rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 20px;
      box-sizing: border-box;
      padding: 0 10px; }
      @media (max-width: 550px) {
        .slide.CTA-slide .slide__caption-custom h2 {
          font-size: 45px;
          font-size: 2.8125rem; } }
    .slide.CTA-slide .slide__caption-custom p {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 100;
      letter-spacing: 1px;
      line-height: 36px;
      box-sizing: border-box;
      padding: 0 10px; }
      @media (max-width: 550px) {
        .slide.CTA-slide .slide__caption-custom p {
          font-size: 18px;
          font-size: 1.125rem; } }

.home-section.hide-header:not(.home-section--normal):first-child .slideshow__btn.btn-pause {
  right: 0;
  left: initial;
  top: calc(100px + 15px); }

.selected-header--big .slideshow__btn.btn-pause {
  top: 15px; }

.home-btn {
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  border: 2px solid #fff;
  display: inline-block;
  width: 400px; }
  @media (max-width: 570px) {
    .home-btn {
      width: 95%; } }
  .home-btn:hover {
    background: #fff;
    color: #000; }
  .home-btn__right, .home-btn__left {
    display: inline-block;
    width: 49%;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 200; }
    @media (max-width: 494px) {
      .home-btn__right, .home-btn__left {
        width: 100%;
        padding: 15px; } }
  .home-btn__left {
    float: left;
    background: #fff;
    color: #000; }
  .home-btn__right i {
    margin-left: 15px; }

.responsive-slides .slide {
  min-height: initial;
  height: auto; }
  .responsive-slides .slide img {
    margin-top: 100px; }
  @media (max-width: 768px) {
    .responsive-slides .slide a .slide__caption {
      position: initial; } }
  @media (max-width: 768px) and (max-width: 576px) {
    .responsive-slides .slide a .slide__caption {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px; }
      .responsive-slides .slide a .slide__caption .slide__title {
        font-size: 20px;
        font-size: 1.25rem; } }

  @media (max-width: 980px) {
    .responsive-slides .slide.CTA-slide {
      min-height: 600px;
      height: 90vh; }
      .responsive-slides .slide.CTA-slide img {
        display: none !important; } }
  .responsive-slides .slide.CTA-slide a {
    position: absolute;
    top: 100px;
    width: 100%;
    height: calc(100% - 100px); }
  @media (max-width: 576px) {
    .responsive-slides .slide.CTA-slide .slide__caption-custom h2 {
      font-size: 32px;
      font-size: 2rem; } }

body:not(.page-template-landing) .custom-sections-pages .template-slider {
  padding-top: 60px !important; }
  body:not(.page-template-landing) .custom-sections-pages .template-slider.responsive-slides .slide img {
    margin-top: 0; }

.slogan {
  text-align: center; }
  .slogan__title {
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 576px) {
      .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: 576px) {
      .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 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -10px; }
  @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.article--image-right .article__content {
    padding: 0 30px 0 60px; } }
@media only screen and (min-width: 980px) {
  .home-section--full-width .article.article--image-left .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;
  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; }
@media only screen and (max-width: 980px) {
  .article__image {
    padding: 0 40px; }
    .article__image img {
      width: 100%;
      margin-bottom: 15px; } }
.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; } }

.article--noimage .article__image {
  display: none; }
.article--noimage .article__content {
  width: 100%; }

.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: 40px;
  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: #129583;
      text-transform: uppercase; }
  .shortcut-column__title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bolder; }

@media screen and (min-width: 980px) {
  .shortcuts-columns {
    margin: 0 -15px; }
    .shortcuts-columns .column {
      padding: 0 15px; } }
.template-news p {
  clear: both; }
.template-news .view-all {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  float: right;
  margin: 0 0 20px 20px;
  font-family: "Ubuntu", helvetica, arial, sans-serif;
  text-decoration: none;
  color: #888888; }
  .template-news .view-all:after {
    content: '\203A'; }
  @media screen and (max-width: 768px) {
    .template-news .view-all {
      display: block;
      margin-top: 15px; } }

.contactinfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -10px; }
  @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;
    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__text .iframe-contact-map {
    width: 100%;
    height: 250px;
    margin-top: 25px; }
  .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: #129583;
      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: #129583; }

.home-section.cta {
  height: auto;
  display: flex;
  align-items: center; }

.cta {
  line-height: 1.8; }
  .cta--center {
    text-align: center; }
  .cta--left, .cta--quote {
    text-align: left; }
  .cta--right {
    text-align: right; }
  .cta--quote blockquote {
    overflow: hidden;
    padding: 10px 0 10px 60px;
    margin-bottom: 15px; }
    .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: 576px) {
        .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 .cta-search {
    margin: 0 auto 45px;
    width: 80%;
    max-width: 1000px; }
    @media (max-width: 980px) {
      .cta .cta-search {
        width: 90%; } }
    @media (max-width: 768px) {
      .cta .cta-search {
        width: 100%; } }
  .cta .btn {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0.4em 1.2em;
    margin-right: 0.4em;
    background: #333;
    color: #fff; }
    @media (max-width: 758px) {
      .cta .btn {
        margin-bottom: 10px; } }
  .cta .cta-btns {
    text-align: center; }
  .cta:first-child p {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 0.35em; }
    @media screen and (min-width: 576px) {
      .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: 576px) {
      .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: #333;
    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; }

.home-section.dark a.id-accordion-item__title {
  color: #333; }

.id-tabs-item__title {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  color: #333;
  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 #129583;
    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; }

.icon-title {
  width: 100%;
  margin-bottom: 55px;
  box-sizing: border-box;
  padding: 0 25px;
  text-align: center;
  font-size: 24px;
  font-weight: 200; }

.five-columns-rep {
  max-width: 1920px;
  margin: 0;
  text-align: center; }
  .five-columns-rep .column {
    display: inline-block;
    float: none;
    width: 19%;
    margin: 0 0.5%;
    padding-bottom: 19%; }
    @media (max-width: 868px) {
      .five-columns-rep .column {
        width: 32%;
        padding-bottom: 32%;
        margin: 0 0.5% 1%; } }
    @media (max-width: 666px) {
      .five-columns-rep .column {
        width: 48%;
        padding-bottom: 48%;
        margin: 0 1% 10%; } }
    @media (max-width: 400px) {
      .five-columns-rep .column {
        width: 80%;
        padding-bottom: 80%;
        margin: 0 10% 10%; } }
    @media print {
      .five-columns-rep .column {
        width: 14%;
        padding-bottom: 14% !important;
        border: 0 !important; } }
    .five-columns-rep .column.circle {
      border-radius: 5000px; }
    .five-columns-rep .column.main-bg {
      background: #129583;
      color: #fff; }
  .five-columns-rep .icon {
    position: relative;
    border: 3px solid #129583; }
    .five-columns-rep .icon__center {
      position: absolute;
      width: 100%;
      padding: 10px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .five-columns-rep .icon__center img {
        width: 120px;
        margin: 0 auto 25px; }
        @media (min-width: 868px) and (max-width: 1050px) {
          .five-columns-rep .icon__center img {
            width: 80px; } }
        @media print {
          .five-columns-rep .icon__center img {
            display: none;
            margin: 0 10px; } }
      .five-columns-rep .icon__center h3 {
        font-size: 14px; }
  .five-columns-rep .logos {
    height: 150px;
    position: relative; }
    @media (min-width: 667px) {
      .five-columns-rep .logos img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 70%; } }
    @media (max-width: 666px) {
      .five-columns-rep .logos img {
        width: auto;
        max-height: 90%;
        margin: 0 auto; } }
    .five-columns-rep .logos.column {
      width: 19%;
      margin: 0 0.5%;
      padding: 20px; }
      @media (max-width: 868px) {
        .five-columns-rep .logos.column {
          width: 32%;
          margin: 0 0.5%; } }
      @media (max-width: 666px) {
        .five-columns-rep .logos.column {
          width: 75%;
          margin: 0 12.5%; } }
      @media print {
        .five-columns-rep .logos.column {
          width: 14%; } }

.home-section--full-width .five-columns-rep .column {
  width: 15%;
  margin: 0 2.3%;
  padding-bottom: 15%; }
  @media (max-width: 1380px) {
    .home-section--full-width .five-columns-rep .column {
      width: 18%;
      margin: 0 0.5%;
      padding-bottom: 18%; } }
  @media (max-width: 992px) {
    .home-section--full-width .five-columns-rep .column {
      width: 32%;
      padding-bottom: 32%;
      margin: 0 0.5% 15px; } }
  @media (max-width: 666px) {
    .home-section--full-width .five-columns-rep .column {
      width: 48%;
      padding-bottom: 48%;
      margin: 0 1% 10%; } }
  @media (max-width: 400px) {
    .home-section--full-width .five-columns-rep .column {
      width: 80%;
      padding-bottom: 80%;
      margin: 0 10% 10%; } }
  @media print {
    .home-section--full-width .five-columns-rep .column {
      width: 14%; } }

.box-icons a.column {
  color: #000; }
  .box-icons a.column:hover {
    opacity: 0.8; }

.twocol-sec {
  position: relative;
  min-height: 550px;
  margin-bottom: 45px; }
  @media print {
    .twocol-sec {
      width: 100% !important;
      max-width: 100%; } }
  .twocol-sec__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: 100%;
    z-index: 9; }
    @media print {
      .twocol-sec__bg {
        display: none; } }
  .twocol-sec__cont {
    position: relative;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
    font-size: 20px;
    line-height: 36px;
    z-index: 10; }
    .twocol-sec__cont img {
      margin: 45px auto 65px;
      display: block;
      width: auto !important;
      height: 110px !important; }
    .twocol-sec__cont a {
      margin-top: 45px;
      margin-bottom: 35px;
      font-weight: 300;
      text-decoration: underline; }
      .twocol-sec__cont a:hover {
        color: #129583; }
  .twocol-sec__desc {
    width: 800px;
    text-align: center;
    margin: 0 auto 35px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 400; }
    @media (max-width: 828px) {
      .twocol-sec__desc {
        width: 100%; } }

.home-section a.instagramfeed__item:hover > * {
  opacity: 1; }

.instagramfeed {
  text-align: center;
  font-size: 0; }
  .instagramfeed__item {
    display: inline-block;
    padding: 0.5%;
    position: relative; }
    .instagramfeed__item .fa {
      margin-right: 10px; }
  .instagramfeed img {
    width: 100%;
    height: auto; }
  .instagramfeed__overlay {
    font-size: 16px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    text-align: center;
    padding-top: 45%; }
    .instagramfeed__overlay:hover {
      opacity: 1; }
  .instagramfeed__comments {
    margin-left: 15px; }
  .instagramfeed.four-columns .column {
    width: 24%;
    margin: 0.5%; }
    @media (max-width: 568px) {
      .instagramfeed.four-columns .column {
        width: 100%;
        margin: 0;
        margin-bottom: 15px; } }
    @media (max-width: 992px) {
      .instagramfeed.four-columns .column {
        width: 49%;
        margin: 0.5%; } }
    @media print {
      .instagramfeed.four-columns .column {
        width: 49%; } }
  .instagramfeed.four-columns.no-margins-feed .column {
    width: 25%;
    margin: 0% !important; }
    .instagramfeed.four-columns.no-margins-feed .column.instagramfeed__item {
      padding: 0 !important; }
    @media (max-width: 992px) {
      .instagramfeed.four-columns.no-margins-feed .column {
        width: 50%; } }
    @media print {
      .instagramfeed.four-columns.no-margins-feed .column {
        width: 50%; } }
  .instagramfeed.five-columns .column {
    width: 19%;
    margin: 0.5%; }
    @media (max-width: 568px) {
      .instagramfeed.five-columns .column {
        width: 100%;
        margin: 0;
        margin-bottom: 15px; } }
    @media (max-width: 992px) {
      .instagramfeed.five-columns .column {
        width: 32%;
        margin: 0.5%; } }
    @media (max-width: 768px) {
      .instagramfeed.five-columns .column {
        width: 49%;
        margin: 0.5%; } }
    @media print {
      .instagramfeed.five-columns .column {
        width: 32%; } }
  .instagramfeed.five-columns.no-margins-feed .column {
    width: 20%;
    margin: 0% !important; }
    .instagramfeed.five-columns.no-margins-feed .column.instagramfeed__item {
      padding: 0 !important; }
    @media (max-width: 992px) {
      .instagramfeed.five-columns.no-margins-feed .column {
        width: 33%; } }
    @media (max-width: 768px) {
      .instagramfeed.five-columns.no-margins-feed .column {
        width: 50%; } }
    @media print {
      .instagramfeed.five-columns.no-margins-feed .column {
        width: 33%; } }

.home-section a.galleryfeed__item:hover > * {
  opacity: 1; }

.galleryfeed {
  text-align: center;
  font-size: 0; }
  .galleryfeed__item {
    display: inline-block;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100px; }
    .galleryfeed__item .no-description:hover {
      opacity: 0.8; }
  .galleryfeed__overlay {
    font-size: 16px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    text-align: center; }
    .galleryfeed__overlay span {
      display: table-cell;
      vertical-align: middle; }
    .galleryfeed__overlay:hover {
      opacity: 1; }
  .galleryfeed.six-columns .column {
    width: 15%;
    padding-bottom: 15%;
    margin: 0.83%; }
    .galleryfeed.six-columns .column.panoramic {
      padding-bottom: 8.5%; }
    @media (max-width: 568px) {
      .galleryfeed.six-columns .column {
        width: 100%;
        padding-bottom: 100%;
        margin: 0;
        margin-bottom: 15px; }
        .galleryfeed.six-columns .column.panoramic {
          padding-bottom: 60%; } }
    @media (max-width: 992px) {
      .galleryfeed.six-columns .column {
        width: 32%;
        padding-bottom: 32%;
        margin: 0.5%; }
        .galleryfeed.six-columns .column.panoramic {
          padding-bottom: 18.5%; } }
    @media (max-width: 768px) {
      .galleryfeed.six-columns .column {
        width: 49%;
        padding-bottom: 49%;
        margin: 0.5%; }
        .galleryfeed.six-columns .column.panoramic {
          padding-bottom: 28.5%; } }
    @media (max-width: 500px) {
      .galleryfeed.six-columns .column {
        width: 99%;
        padding-bottom: 99%;
        margin: 0.5%; }
        .galleryfeed.six-columns .column.panoramic {
          padding-bottom: 60%; } }
    @media print {
      .galleryfeed.six-columns .column {
        width: 32%;
        padding-bottom: 32%; }
        .galleryfeed.six-columns .column.panoramic {
          padding-bottom: 18.5%; } }
  .galleryfeed.six-columns.no-margins-feed .column {
    width: 16.66%;
    padding-bottom: 16.66%;
    margin: 0% !important; }
    .galleryfeed.six-columns.no-margins-feed .column.panoramic {
      padding-bottom: 8.5%; }
    @media (max-width: 992px) {
      .galleryfeed.six-columns.no-margins-feed .column {
        width: 33%;
        padding-bottom: 33%; }
        .galleryfeed.six-columns.no-margins-feed .column.panoramic {
          padding-bottom: 18.5%; } }
    @media (max-width: 768px) {
      .galleryfeed.six-columns.no-margins-feed .column {
        width: 50%;
        padding-bottom: 50%; }
        .galleryfeed.six-columns.no-margins-feed .column.panoramic {
          padding-bottom: 28.5%; } }
    @media (max-width: 500px) {
      .galleryfeed.six-columns.no-margins-feed .column {
        width: 100%;
        padding-bottom: 100%; }
        .galleryfeed.six-columns.no-margins-feed .column.panoramic {
          padding-bottom: 60%; } }
    @media print {
      .galleryfeed.six-columns.no-margins-feed .column {
        width: 33%;
        padding-bottom: 33%; }
        .galleryfeed.six-columns.no-margins-feed .column.panoramic {
          padding-bottom: 28.5%; } }
  .galleryfeed.five-columns .column {
    width: 19%;
    padding-bottom: 19%;
    margin: 0.5%; }
    .galleryfeed.five-columns .column.panoramic {
      padding-bottom: 12%; }
    @media (max-width: 568px) {
      .galleryfeed.five-columns .column {
        width: 100%;
        padding-bottom: 100%;
        margin: 0;
        margin-bottom: 15px; }
        .galleryfeed.five-columns .column.panoramic {
          padding-bottom: 60%; } }
    @media (max-width: 992px) {
      .galleryfeed.five-columns .column {
        width: 32%;
        padding-bottom: 32%;
        margin: 0.5%; }
        .galleryfeed.five-columns .column.panoramic {
          padding-bottom: 18.5%; } }
    @media (max-width: 768px) {
      .galleryfeed.five-columns .column {
        width: 49%;
        padding-bottom: 49%;
        margin: 0.5%; }
        .galleryfeed.five-columns .column.panoramic {
          padding-bottom: 28.5%; } }
    @media (max-width: 500px) {
      .galleryfeed.five-columns .column {
        width: 99%;
        padding-bottom: 99%;
        margin: 0.5%; }
        .galleryfeed.five-columns .column.panoramic {
          padding-bottom: 60%; } }
    @media print {
      .galleryfeed.five-columns .column {
        width: 32%;
        padding-bottom: 32%; }
        .galleryfeed.five-columns .column.panoramic {
          padding-bottom: 18.5%; } }
  .galleryfeed.five-columns.no-margins-feed .column {
    width: 20%;
    padding-bottom: 20%;
    margin: 0% !important; }
    .galleryfeed.five-columns.no-margins-feed .column.panoramic {
      padding-bottom: 12%; }
    @media (max-width: 992px) {
      .galleryfeed.five-columns.no-margins-feed .column {
        width: 33%;
        padding-bottom: 33%; }
        .galleryfeed.five-columns.no-margins-feed .column.panoramic {
          padding-bottom: 18.5%; } }
    @media (max-width: 768px) {
      .galleryfeed.five-columns.no-margins-feed .column {
        width: 50%;
        padding-bottom: 50%; }
        .galleryfeed.five-columns.no-margins-feed .column.panoramic {
          padding-bottom: 28.5%; } }
    @media (max-width: 500px) {
      .galleryfeed.five-columns.no-margins-feed .column {
        width: 100%;
        padding-bottom: 100%; }
        .galleryfeed.five-columns.no-margins-feed .column.panoramic {
          padding-bottom: 60%; } }
    @media print {
      .galleryfeed.five-columns.no-margins-feed .column {
        width: 33%;
        padding-bottom: 33%; }
        .galleryfeed.five-columns.no-margins-feed .column.panoramic {
          padding-bottom: 18.5%; } }
  .galleryfeed.four-columns .column {
    width: 24%;
    padding-bottom: 24%;
    margin: 0.5%; }
    .galleryfeed.four-columns .column.panoramic {
      padding-bottom: 13.5%; }
    @media (max-width: 568px) {
      .galleryfeed.four-columns .column {
        width: 100%;
        padding-bottom: 100%;
        margin: 0;
        margin-bottom: 15px; }
        .galleryfeed.four-columns .column.panoramic {
          padding-bottom: 60%; } }
    @media (max-width: 992px) {
      .galleryfeed.four-columns .column {
        width: 49%;
        padding-bottom: 49%;
        margin: 0.5%; }
        .galleryfeed.four-columns .column.panoramic {
          padding-bottom: 28.5%; } }
    @media (max-width: 500px) {
      .galleryfeed.four-columns .column {
        width: 99%;
        padding-bottom: 99%;
        margin: 0.5%; }
        .galleryfeed.four-columns .column.panoramic {
          padding-bottom: 60%; } }
    @media print {
      .galleryfeed.four-columns .column {
        width: 49%;
        padding-bottom: 49%; }
        .galleryfeed.four-columns .column.panoramic {
          padding-bottom: 28.5%; } }
  .galleryfeed.four-columns.no-margins-feed .column {
    width: 25%;
    padding-bottom: 25%;
    margin: 0% !important; }
    .galleryfeed.four-columns.no-margins-feed .column.panoramic {
      padding-bottom: 13.5%; }
    @media (max-width: 992px) {
      .galleryfeed.four-columns.no-margins-feed .column {
        width: 50%;
        padding-bottom: 50%; }
        .galleryfeed.four-columns.no-margins-feed .column.panoramic {
          padding-bottom: 28.5%; } }
    @media (max-width: 500px) {
      .galleryfeed.four-columns.no-margins-feed .column {
        width: 100%;
        padding-bottom: 100%; }
        .galleryfeed.four-columns.no-margins-feed .column.panoramic {
          padding-bottom: 60%; } }
    @media print {
      .galleryfeed.four-columns.no-margins-feed .column {
        width: 50%;
        padding-bottom: 50%; }
        .galleryfeed.four-columns.no-margins-feed .column.panoramic {
          padding-bottom: 28.5%; } }

.youtubevideo {
  background-position: center;
  background-size: cover;
  position: relative; }
  .youtubevideo .home-btn {
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    border: 2px solid #fff;
    display: inline-block;
    width: 400px;
    border-radius: 0px; }
    @media (max-width: 424px) {
      .youtubevideo .home-btn {
        width: 95%; } }
    .youtubevideo .home-btn:hover {
      background: #fff;
      color: #000; }
      .youtubevideo .home-btn:hover .home-btn__right {
        color: #000; }
    .youtubevideo .home-btn__right, .youtubevideo .home-btn__left {
      display: inline-block;
      width: 49%;
      padding: 15px;
      text-transform: uppercase;
      font-weight: 200;
      color: #fff; }
      @media (max-width: 494px) {
        .youtubevideo .home-btn__right, .youtubevideo .home-btn__left {
          width: 100%;
          padding: 15px; } }
    .youtubevideo .home-btn__left {
      float: left;
      background: #fff;
      color: #000; }
    .youtubevideo .home-btn__right i {
      margin-left: 15px; }
  .youtubevideo .youtubesec {
    padding: 205px 0;
    text-align: center; }

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

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 95vw !important;
  max-height: 90vh !important; }

.template-wooproducts .woo-image {
  position: relative; }
.template-wooproducts .columns {
  margin: 0; }
  @media (max-width: 768px) {
    .template-wooproducts .columns .column {
      margin-top: 15px; } }
.template-wooproducts .woo-more {
  text-align: center;
  clear: both; }
  .template-wooproducts .woo-more .btn {
    padding: 0.5em 105px;
    margin-top: 15px; }
.template-wooproducts h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0; }
.template-wooproducts .price {
  padding: 10px 0;
  display: block; }
  .template-wooproducts .price del {
    margin-right: 10px;
    opacity: 0.7; }
.template-wooproducts .btn-woo {
  text-align: center;
  color: #fff; }

.custom-sections-pages .home-section:not(.template-slider):first-child {
  padding-top: 60px; }
.custom-sections-pages .home-section.cta {
  height: auto; }
.custom-sections-pages .slide {
  height: calc(90vh - 100px); }
.custom-sections-pages .home-section:first-child:not(.cta) .wrapper {
  min-height: auto; }
.custom-sections-pages .home-section.hide-header:not(.home-section--normal):first-child .slideshow__btn.btn-pause {
  top: 10px; }

/**
 * 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: 576px) {
    .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: 0 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  display: inline-block;
  background: #129583;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  border-radius: 0; }
  .woocommerce .button:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
  .woocommerce .button:hover {
    opacity: 1;
    background: #333; }

ul.products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -10px;
  padding: 0;
  list-style-type: none; }
  @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;
    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 h2 {
      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 h2 {
      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: 576px) {
      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; } }
    @media print {
      ul.products li.product {
        width: 50%; }
        ul.products li.product:nth-child(2n+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: #333;
  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: #129583 !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 {
  position: relative; }
  div.product .images .thumbnails.columns-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 -10px;
    margin: 0 -10px !important; }
    @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;
      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 {
    line-height: 1.7; }
    @media screen and (min-width: 768px) {
      div.product .summary {
        padding-left: 4%;
        overflow: hidden; } }
  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 .woocommerce-product-details__short-description {
    padding: 1.5em;
    background: #f9f9f9;
    margin: 0 0 1em; }
    div.product .woocommerce-product-details__short-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: #444; }
      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 #129583;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .wc-tabs li.active {
          border-left: 0;
          border-bottom: 3px solid #129583; } }
    .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: #129583;
    font-weight: 500;
    text-decoration: underline;
    padding: 0;
    background: none; }
    .woocommerce-message a.button:hover {
      background: none;
      opacity: 1;
      text-decoration: none;
      color: #333; }

.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;
  padding: 1.5em;
  margin: 0 0 1em; }
  .woocommerce ol.commentlist .description *:last-child {
    margin-bottom: 0; }
.woocommerce .comment-respond {
  border-top: 1px solid #ddd;
  padding-top: 15px; }
  .woocommerce .comment-respond .comment-reply-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Ubuntu", helvetica, arial, sans-serif;
    font-weight: normal;
    line-height: 1.2;
    margin: 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;
  margin-top: 15px;
  margin-bottom: 20px; }
  .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 .woocommerce-mini-cart__buttons .button {
  margin-right: 10px; }
.widget_shopping_cart .total {
  margin: 1em 0;
  border-bottom: 4px double #dddddd;
  padding-bottom: 0.75em; }

.woocommerce .widget_layered_nav_filters ul li {
  display: inline-block; }
  .woocommerce .widget_layered_nav_filters ul li a {
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    display: inline-block;
    background: #129583;
    padding: 5px 35px 5px 15px;
    margin: 0 10px 5px 0;
    border-radius: 25px;
    border: 0;
    position: relative; }
    .woocommerce .widget_layered_nav_filters ul li a:after {
      content: 'x';
      display: inline-block;
      position: absolute;
      top: 25%;
      color: #fff;
      right: 10px;
      font-size: 12px;
      opacity: 0.75; }
    .woocommerce .widget_layered_nav_filters ul li a:hover {
      opacity: 0.75; }
.woocommerce .widget_layered_nav li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd; }
  .woocommerce .widget_layered_nav li a {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0; }
  .woocommerce .widget_layered_nav li span {
    float: right; }
.woocommerce .woocommerce-product-search label {
  display: none; }
.woocommerce .woocommerce-product-search input {
  display: inline-block; }
.woocommerce .woocommerce-product-search input.search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 300;
  width: calc(100% - 150px);
  -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; }
.woocommerce .widget_recently_viewed_products {
  zoom: 1; }
  .woocommerce .widget_recently_viewed_products:before, .woocommerce .widget_recently_viewed_products:after {
    content: "";
    display: table; }
  .woocommerce .widget_recently_viewed_products:after {
    clear: both; }
  .woocommerce .widget_recently_viewed_products .product_list_widget {
    zoom: 1;
    margin-left: -5px;
    margin-right: -5px; }
    .woocommerce .widget_recently_viewed_products .product_list_widget:before, .woocommerce .widget_recently_viewed_products .product_list_widget:after {
      content: "";
      display: table; }
    .woocommerce .widget_recently_viewed_products .product_list_widget:after {
      clear: both; }
    .woocommerce .widget_recently_viewed_products .product_list_widget li {
      zoom: 1;
      width: 25%;
      float: left;
      font-size: 0; }
      .woocommerce .widget_recently_viewed_products .product_list_widget li:before, .woocommerce .widget_recently_viewed_products .product_list_widget li:after {
        content: "";
        display: table; }
      .woocommerce .widget_recently_viewed_products .product_list_widget li:after {
        clear: both; }
      .woocommerce .widget_recently_viewed_products .product_list_widget li span {
        display: none; }
      .woocommerce .widget_recently_viewed_products .product_list_widget li a {
        border: 0;
        padding: 5px;
        margin: 0; }
.woocommerce .widget_recent_reviews,
.woocommerce .widget_top_rated_products,
.woocommerce .widget_products {
  zoom: 1; }
  .woocommerce .widget_recent_reviews:before, .woocommerce .widget_recent_reviews:after,
  .woocommerce .widget_top_rated_products:before,
  .woocommerce .widget_top_rated_products:after,
  .woocommerce .widget_products:before,
  .woocommerce .widget_products:after {
    content: "";
    display: table; }
  .woocommerce .widget_recent_reviews:after,
  .woocommerce .widget_top_rated_products:after,
  .woocommerce .widget_products:after {
    clear: both; }
  .woocommerce .widget_recent_reviews .product_list_widget,
  .woocommerce .widget_top_rated_products .product_list_widget,
  .woocommerce .widget_products .product_list_widget {
    zoom: 1;
    margin-left: -5px;
    margin-right: -5px; }
    .woocommerce .widget_recent_reviews .product_list_widget:before, .woocommerce .widget_recent_reviews .product_list_widget:after,
    .woocommerce .widget_top_rated_products .product_list_widget:before,
    .woocommerce .widget_top_rated_products .product_list_widget:after,
    .woocommerce .widget_products .product_list_widget:before,
    .woocommerce .widget_products .product_list_widget:after {
      content: "";
      display: table; }
    .woocommerce .widget_recent_reviews .product_list_widget:after,
    .woocommerce .widget_top_rated_products .product_list_widget:after,
    .woocommerce .widget_products .product_list_widget:after {
      clear: both; }
    .woocommerce .widget_recent_reviews .product_list_widget li,
    .woocommerce .widget_top_rated_products .product_list_widget li,
    .woocommerce .widget_products .product_list_widget li {
      zoom: 1;
      padding: 5px;
      width: 50%;
      float: left;
      font-size: 12px; }
      .woocommerce .widget_recent_reviews .product_list_widget li:before, .woocommerce .widget_recent_reviews .product_list_widget li:after,
      .woocommerce .widget_top_rated_products .product_list_widget li:before,
      .woocommerce .widget_top_rated_products .product_list_widget li:after,
      .woocommerce .widget_products .product_list_widget li:before,
      .woocommerce .widget_products .product_list_widget li:after {
        content: "";
        display: table; }
      .woocommerce .widget_recent_reviews .product_list_widget li:after,
      .woocommerce .widget_top_rated_products .product_list_widget li:after,
      .woocommerce .widget_products .product_list_widget li:after {
        clear: both; }
      .woocommerce .widget_recent_reviews .product_list_widget li a,
      .woocommerce .widget_top_rated_products .product_list_widget li a,
      .woocommerce .widget_products .product_list_widget li a {
        border: 0;
        margin: 0; }
        .woocommerce .widget_recent_reviews .product_list_widget li a img,
        .woocommerce .widget_top_rated_products .product_list_widget li a img,
        .woocommerce .widget_products .product_list_widget li a img {
          margin-bottom: 10px; }
        .woocommerce .widget_recent_reviews .product_list_widget li a .product-title,
        .woocommerce .widget_top_rated_products .product_list_widget li a .product-title,
        .woocommerce .widget_products .product_list_widget li a .product-title {
          display: block; }
      .woocommerce .widget_recent_reviews .product_list_widget li .reviewer,
      .woocommerce .widget_top_rated_products .product_list_widget li .reviewer,
      .woocommerce .widget_products .product_list_widget li .reviewer {
        display: block; }
      .woocommerce .widget_recent_reviews .product_list_widget li .star-rating,
      .woocommerce .widget_top_rated_products .product_list_widget li .star-rating,
      .woocommerce .widget_products .product_list_widget li .star-rating {
        margin-bottom: 0; }

/**
 * Stars
 */
p.stars {
  position: relative;
  padding: 0.75em;
  color: #129583; }
  p.stars a {
    display: inline-block;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0 !important;
    outline: 0;
    color: #333; }
    p.stars a:hover, p.stars a.active {
      color: #129583; }
    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: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      text-decoration: none;
      display: inline-block;
      background: #129583;
      color: #fff;
      border: none;
      padding: 0.5em 1em;
      font-weight: 300;
      background: #333; }
      .woocommerce-MyAccount-navigation ul li a:hover {
        opacity: 0.8;
        cursor: pointer;
        text-decoration: none; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      background: #666666; }

/**
 * Misc
 */
.woocommerce a.remove {
  font-family: FontAwesome;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 17px;
  font-size: 0;
  color: #000;
  float: left;
  margin-right: 10px;
  border-bottom: 0;
  z-index: 99; }
  .woocommerce a.remove:hover {
    color: #129583; }
  .woocommerce a.remove:before {
    font-size: 20px;
    font-size: 1.25rem;
    content: "\f1f8"; }
.woocommerce .shop_table .button[name="update_cart"] {
  margin-top: 10px; }

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

/**
 * WooCommerce 3.0 Gallery
 */
.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em; }
  .woocommerce-product-gallery figure {
    margin: 0; }
  .woocommerce-product-gallery__image a img {
    width: 100%; }
  .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block; }
  .woocommerce-product-gallery .flex-control-nav {
    padding: 0; }
  .woocommerce-product-gallery .flex-control-thumbs {
    zoom: 1; }
    .woocommerce-product-gallery .flex-control-thumbs:before, .woocommerce-product-gallery .flex-control-thumbs:after {
      content: "";
      display: table; }
    .woocommerce-product-gallery .flex-control-thumbs:after {
      clear: both; }
    .woocommerce-product-gallery .flex-control-thumbs li {
      list-style: none;
      float: left;
      cursor: pointer; }
      .woocommerce-product-gallery .flex-control-thumbs li img {
        opacity: .5;
        width: 100%; }
        .woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .woocommerce-product-gallery .flex-control-thumbs li img:hover {
          opacity: 1; }
  .woocommerce-product-gallery img {
    display: block; }
  .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%; }
  .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%; }
  .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%; }
  .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99; }

a.woocommerce-product-gallery__trigger {
  text-decoration: none; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 2em;
  width: 2em;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
  background-color: #129583;
  color: #ffffff; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #333;
    border-color: #333; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
    margin-top: -2px;
    padding-bottom: 5px; }

/**
 * Price filter slider
 */
.widget_price_filter .price_slider {
  margin-bottom: 1em; }
  .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em; }
    .widget_price_filter .price_slider_amount .button {
      font-size: 1.15em;
      float: left;
      padding-top: 0;
      padding-bottom: 0; }
  .widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
    background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
    background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%); }
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }
  .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE, #e7e7e7);
    background: -moz-linear-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    background: -moz-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset; }
    .widget_price_filter .ui-slider .ui-slider-handle:last-child {
      margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #129583;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em; }
  .widget_price_filter .ui-slider-horizontal {
    height: .5em; }
    .widget_price_filter .ui-slider-horizontal .ui-slider-range {
      top: 0;
      height: 100%; }
    .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
      left: -1px; }
    .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
      right: -1px; }

.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: #444; }
  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; }

#tribe-events-pg-template {
  max-width: 1220px;
  box-sizing: border-box; }
  @media (min-width: 768px) and (max-width: 980px) {
    #tribe-events-pg-template {
      padding: 0 20px; } }
  @media (min-width: 980px) and (max-width: 1210px) {
    #tribe-events-pg-template {
      padding: 0 35px; } }
  @media (min-width: 1210px) and (max-width: 1280px) {
    #tribe-events-pg-template {
      padding: 0 25px; } }

/**
 * 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: #fff !important;
  background: #333 !important; }
  #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; }

.print-only {
  display: none; }
  @media print {
    .print-only {
      display: block; } }

.screen-only {
  display: block; }
  @media print {
    .screen-only {
      display: none; } }

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

@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: #333;
  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: #129583;
    color: #fff; }
  .home-section.dark .shortcut-column__meta > span {
    color: #fff; }
  .home-section.dark .contactinfo__socials a {
    color: #129583; }
  .home-section.dark blockquote {
    border-left-color: #129583; }
  .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 .id-accordion-item__title {
    background: #129583;
    border-color: #108777;
    color: #fff; }
    .home-section.dark .id-accordion-item__title:hover {
      background: #0d675b; }
  .home-section.dark .id-tabs-item__title {
    background: #444;
    border-color: #3c3c3c;
    color: #fff; }
    .home-section.dark .id-tabs-item__title.active {
      border-left-color: #129583; }
    .home-section.dark .id-tabs-item__title:hover {
      background: #2b2b2b; }

/*
* Scheme Name: Profile
*/
.home-section.profile {
  background-color: #129583;
  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: #333;
    color: #fff; }
  .home-section.profile .shortcut-column__meta > span {
    color: #fff; }
  .home-section.profile .contactinfo__socials a {
    color: #333; }
  .home-section.profile blockquote {
    border-left-color: #333; }
  .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 .id-accordion-item__title {
    background: #333;
    border-color: #2b2b2b;
    color: #fff; }
    .home-section.profile .id-accordion-item__title:hover {
      background: #1a1a1a; }
  .home-section.profile .id-tabs-item__title {
    background: #444;
    border-color: #3c3c3c;
    color: #fff; }
    .home-section.profile .id-tabs-item__title.active {
      border-left-color: #444; }
    .home-section.profile .id-tabs-item__title:hover {
      background: #2b2b2b; }

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