@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:      2.1
 Text Domain:  idium-child
 License:      All rights reserved by Idium AS
 */
@font-face {
  font-family: 'HelveticaNeueMdEx';
  src: url('../flex-child/assets/fonts/HelveticaNeueLT-MediumExt.woff2') format('woff2'), url('../flex-child/assets/fonts/HelveticaNeueLT-MediumExt.woff') format('woff'), url('../flex-child/assets/fonts/HelveticaNeueLT-MediumExt.svg#HelveticaNeueLT-MediumExt') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueLightEx';
  src: url('../flex-child/assets/fonts/HelveticaNeueLT-LightExt.woff2') format('woff2'), url('../flex-child/assets/fonts/HelveticaNeueLT-LightExt.woff') format('woff'), url('../flex-child/assets/fonts/HelveticaNeueLT-LightExt.svg#HelveticaNeueLT-LightExt') format('svg');
  font-weight: 300;
  font-style: normal; }
/**
 * 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 */
  /* 2 */
  /* 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] {
  /* 1 */
  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"] {
  /* 1 */
  -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: 'HelveticaNeueLightEx', Verdana, 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: 'HelveticaNeueMdEx', Verdana, 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: #e31b23; }

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 #e31b23;
  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="tel"]:hover, input[type="email"]:hover, input[type="password"]:hover, select:hover, textarea:hover, input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, 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: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  display: inline-block;
  background: #e31b23;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  font-weight: 300;
  font-weight: 700; }
  input[type="submit"]:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }

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

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

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

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

@media screen and (min-width: 980px) {
    .hide-large {
      display: none !important; } }
/**
 * Objects - composed piece of ui (f.e. lists, menus etc.)
 */
.main-wrapper {
  min-height: 100vh;
  background: #fff; }

.wrapper, .o-wrapper {
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1220px; }
  .wrapper:before, .o-wrapper:before, .wrapper:after, .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: 125px; }
  .home.home .middle, .support-menu-set.home.home .middle {
    padding-top: 0; }
  @media screen and (min-width: 980px) {
  .support-menu-set.selected-header--standard .middle, .support-menu-set.selected-header--transparent .middle, .support-menu-set.selected-header--transparent--dark .middle {
    padding-top: 170px; }
  .mobile-nav-active .middle {
    padding-top: 120px; }
  .selected-header--big .middle {
    padding-top: 0; } }
  .admin-bar .middle:before {
    content: '';
    display: block;
    width: 100%;
    height: 46px; }
    @media screen and (min-width: 783px) {
  .admin-bar .middle:before {
    height: 32px; } }

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

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

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

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

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

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

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

    .four-columns .column:nth-child(4n+1) {
      clear: both; } }

.last {
  clear: both; }

.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  display: inline-block;
  background: #e31b23;
  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; }
/**
 * 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 #e31b23;
  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;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle; }
    @media screen and (min-width: 980px) {
  .header__main-nav, .header__logo {
    padding: 0 30px; } }
  .header__logo {
    width: 50%; }
  .header__main-nav {
    width: 50%;
    text-align: right; }
  @media screen and (min-width: 980px) {
  .header__support-menu, .header__social-menu {
    display: inline-block;
    width: 50%; }
  .header__social-menu {
    float: right;
    text-align: right; }
  .header .logo {
    float: left;
    overflow: hidden; }
  .header__logo {
    width: 30%; }
  .header__main-nav {
    width: 70%;
    font-weight: 300;
    text-align: right; } }

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

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

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

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

.header--transparent--dark {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: relative; }
  @media screen and (min-width: 480px) {
  .header--transparent--dark {
    position: absolute; }
    .home .header--transparent--dark {
      background: transparent; }

    .scrolled-past-header .header--transparent--dark {
      position: fixed; } }
  .header--transparent--dark .header__support {
    background: transparent;
    border-bottom: 1px solid #fff; }
  .header--transparent--dark a, .header--transparent--dark button {
    color: #fff; }
  .header--transparent--dark .active a {
    color: #e31b23; }
  .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: #444;
    cursor: pointer;
    text-decoration: none; }
  .search-toggle[aria-expanded=true] .fa-search:before {
    content: '\f00d';
    color: #444; }
  .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 #e31b23;
  z-index: 10; }
  .search-dropdown form {
    display: inline-block; }
  .search-dropdown .search-form__submit {
    color: #333; }

body:not(.scrolled-past-header) .search-dropdown {
  top: 4px; }

.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: 125px; }
  .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: calc(120px - 2px); }
    .selected-header--standard .header__main-nav .o-menu > li > button, .selected-header--standard .header__main-nav .accessibility-tools > li > button, .selected-header--transparent .header__main-nav .o-menu > li > button, .selected-header--transparent .header__main-nav .accessibility-tools > li > button, .selected-header--simple .header__main-nav .o-menu > li > button, .selected-header--simple .header__main-nav .accessibility-tools > li > button, .selected-header--transparent--dark .header__main-nav .o-menu > li > button, .selected-header--transparent--dark .header__main-nav .accessibility-tools > li > button {
      height: 120px; }
  .selected-header--big .header__main-nav .o-menu > li > a, .selected-header--big .header__main-nav .accessibility-tools > li > a {
    line-height: 50px; }
    .selected-header--big .header__main-nav .o-menu > li > button, .selected-header--big .header__main-nav .accessibility-tools > li > button {
      height: 50px; }
  .header__main-nav .o-menu button:active, .header__main-nav .accessibility-tools button:active, .header__main-nav .o-menu button:focus, .header__main-nav .accessibility-tools button:focus {
    outline: none; }
  .header__main-nav .o-menu > li.active, .header__main-nav .accessibility-tools > li.active {
    color: #e31b23; }
  .header__main-nav .o-menu > li a:hover, .header__main-nav .accessibility-tools > li a:hover {
    color: #444; }
  .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: 100%;
    z-index: 101;
    text-align: left;
    border-top: 3px solid #e31b23; }
  .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 #ddd; }
      .header__main-nav .o-menu > li > ul li a:hover, .header__main-nav .accessibility-tools > li > ul li a:hover {
        color: #444;
        border-bottom: 2px solid #444; }
  .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: #000; }

.cart-icon {
  font-size: 26px;
  font-size: 1.625rem;
  color: #000; }
  .cart-icon:hover {
    color: #444; }
  .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: #e31b23;
    border-radius: 10px;
    font-family: 'HelveticaNeueLightEx', Verdana, arial, sans-serif; }

.menu-hamburger {
  transform: translate(0, 3px);
  display: inline-block;
  cursor: pointer; }
  .menu-hamburger .bar1, .menu-hamburger .bar2, .menu-hamburger .bar3 {
    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: #444; }
  .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: #444; }
    .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--transparent .header__main-nav .o-menu, .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--transparent--dark .header__main-nav .o-menu, .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--transparent .header__main-nav .o-menu > 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--transparent--dark .header__main-nav .o-menu > 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--transparent .header__main-nav .o-menu > 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--transparent--dark .header__main-nav .o-menu > 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 {
    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: #e31b23; }
      header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li:last-child {
        width: calc(100%/4);
        margin-right: 0; }
      header:not(.header--simple) nav:not(.secondary-nav) .mega-menu .dropdown-menu.level_1 li {
        width: calc(100%/4 - 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: #444; }
        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: #444 !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: #e31b23; }
      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: #444 !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 #e31b23;
    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: #444; }
    .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: #e31b23; }
  .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: #444; }

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

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

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

@media (max-width: 400px) {
    .header__logo {
      height: 120px;
      display: table; }
      .header__logo .logo-image-wrapper {
        display: table-cell;
        vertical-align: middle; } }

@media (max-width: 400px) {
    .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: 480px) {
    .loop-article__title {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 768px) {
    .loop-article__title {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media screen and (min-width: 980px) {
    .loop-article__title {
      font-size: 30px;
      font-size: 1.875rem; } }
  .loop-article__meta {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    padding: 0;
    font-weight: 300;
    letter-spacing: 1px; }
  .loop-article__description {
    overflow: hidden;
    line-height: 1.6; }
  .loop-article__description .read-more {
    color: #e31b23;
    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: #e31b23; }
  @media screen and (min-width: 480px) {
    .loop-article__image {
      width: 40%;
      float: left;
      margin-right: 2em; } }

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

.big-page-header {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-color: #e31b23; }
  @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: #e31b23;
    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: #e31b23;
    cursor: pointer; }
  .pagination ul li span.current, .woocommerce-pagination ul li span.current {
    color: #e31b23; }

.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: 'HelveticaNeueMdEx', Verdana, 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 {
  zoom: 1;
  margin: 0 -10px; }
  .footer-widgets:before, .footer-widgets:after {
    content: "";
    display: table; }
  .footer-widgets:after {
    clear: both; }
  @media screen and (min-width: 980px) {
  .footer-widgets {
    margin: 0 -30px; } }
  .footer-widgets__column {
    min-height: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left; }
  @media screen and (min-width: 980px) {
    .footer-widgets__column {
      padding: 0 30px; } }
  @media screen and (min-width: 768px) {
    .footer-widgets__column {
      width: 50%; } }
  @media screen and (min-width: 980px) {
    .footer-widgets__column {
      width: 33.333%; } }
  @media screen and (min-width: 768px) {
      .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: 768px) {
      .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 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 tbody th, .widget_calendar table thead td, .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 tbody th#today, .widget_calendar table thead td#today, .widget_calendar table tbody td#today {
      background: #f8f8f8; }
    .widget_calendar table thead th.pad, .widget_calendar table tbody th.pad, .widget_calendar table thead td.pad, .widget_calendar table tbody td.pad {
      background-color: #f8f8f8;
      background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(255, 255, 255, 1) 4px, rgba(255, 255, 255, 1) 8px); }
    .widget_calendar table thead th a, .widget_calendar table tbody th a, .widget_calendar table thead td a, .widget_calendar table tbody td a {
      color: #e31b23;
      font-weight: bold; }
  .widget_calendar table thead th, .widget_calendar table tbody th {
    background: #f8f8f8; }

.metadata {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5em 0;
  width: 100%; }
  .metadata span, .metadata time, .metadata a {
    display: inline;
    font-weight: 300; }
  .metadata time.date {
    margin-left: 4px; }
  .metadata span {
    padding-left: 0.5em;
    margin-left: 0.5em;
    border-left: 1px solid #ddd; }
  .metadata span:first-child {
    border: 0;
    margin: 0;
    padding: 0; }
/**
 * Section components (PostsLists)
 */
.home-section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 60px 0;
  background-size: 100% 100%;
  background-size: cover;
  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% - 120px);
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .home-section:first-child .home-section__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 8px; }
  @media screen and (min-width: 480px) {
      .home-section:first-child .home-section__title {
        font-size: 32px;
        font-size: 2rem; } }
  @media screen and (min-width: 768px) {
      .home-section:first-child .home-section__title {
        font-size: 40px;
        font-size: 2.5rem; } }
  @media screen and (min-width: 980px) {
      .home-section:first-child .home-section__title {
        font-size: 60px;
        font-size: 3.75rem; } }
  .home-section:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .home-section__title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 26px; }
  @media screen and (min-width: 480px) {
    .home-section__title {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 768px) {
    .home-section__title {
      font-size: 46px;
      font-size: 2.875rem; } }
  @media screen and (min-width: 980px) {
    .home-section__title {
      font-size: 46px;
      font-size: 2.875rem; } }
  .home-section .idium-section-more {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    display: inline-block;
    background: #e31b23;
    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(120px + 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(120px + 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(120px + 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(120px + 50px); }

.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: #7f7f7f; }
  .slideshow__pager li.active {
    background: #e31b23; }
  .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(120px + 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; }

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

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

.home-section--full-width .article .home-section__title {
  padding: 0 15px; }
  @media only screen and (min-width: 980px) {
        .home-section--full-width .article.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;
  float: left;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  text-align: left;
  width: 100%; }
  @media screen and (min-width: 980px) {
    .article__image, .article__content {
      padding: 0 30px; } }
  @media only screen and (min-width: 980px) {
    .article__image, .article__content {
      width: 50%; } }
  .article__content {
    padding: 0 40px; }
  @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: #e31b23;
    text-transform: uppercase; }
  .shortcut-column__title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bolder; }

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

.contactinfo {
  zoom: 1;
  margin: 0 -10px; }
  .contactinfo:before, .contactinfo:after {
    content: "";
    display: table; }
  .contactinfo:after {
    clear: both; }
  @media screen and (min-width: 980px) {
  .contactinfo {
    margin: 0 -30px; } }
  .contactinfo__form, .contactinfo__text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left; }
  @media screen and (min-width: 980px) {
    .contactinfo__form, .contactinfo__text {
      padding: 0 30px; } }
  @media screen and (min-width: 980px) {
    .contactinfo__form, .contactinfo__text {
      width: 50%; } }
  .contactinfo__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: #e31b23;
    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: #e31b23; }

.home-section.cta {
  height: 435px; }

.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: 480px) {
      .cta--quote blockquote h2 {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 768px) {
      .cta--quote blockquote h2 {
        font-size: 46px;
        font-size: 2.875rem; } }
    @media screen and (min-width: 980px) {
      .cta--quote blockquote h2 {
        font-size: 46px;
        font-size: 2.875rem; } }
  .cta--quote blockquote p {
    float: left;
    margin-right: 20px; }
  .cta--quote blockquote .btn {
    display: block;
    overflow: hidden;
    font-style: normal;
    text-align: center;
    float: right; }
  .cta p {
    font-size: 24px;
    font-size: 1.5rem; }
  .cta .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: 480px) {
      .cta:first-child p {
        font-size: 26px;
        font-size: 1.625rem; } }
  @media screen and (min-width: 768px) {
      .cta:first-child p {
        font-size: 28px;
        font-size: 1.75rem; } }
  @media screen and (min-width: 980px) {
      .cta:first-child p {
        font-size: 36px;
        font-size: 2.25rem; } }
  .cta:first-child .btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0.625em 1.25em;
    font-weight: 500; }
  @media screen and (min-width: 480px) {
      .cta:first-child .btn {
        font-size: 22px;
        font-size: 1.375rem; } }
  @media screen and (min-width: 768px) {
      .cta:first-child .btn {
        font-size: 22px;
        font-size: 1.375rem; } }
  @media screen and (min-width: 980px) {
      .cta:first-child .btn {
        font-size: 22px;
        font-size: 1.375rem; } }

.id-accordion-item {
  margin-bottom: 4px; }
  .id-accordion-item__title {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    color: #333;
    background: #f8f8f8;
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
    font-family: 'HelveticaNeueMdEx', Verdana, 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 #e31b23;
    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: #e31b23;
    color: #fff; }
  .five-columns-rep .icon {
    position: relative;
    border: 3px solid #e31b23; }
  .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: #e31b23; }
  .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;
    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: 3px; }
  @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; }
/**
 * Plugins - css for wordpress plugins we use (overrides etc.)
 */
/**
 * Styling default WP Gallery
 */
.gallery {
  display: block; }

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

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

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

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

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

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

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

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

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

  .gallery-columns-9 .gallery-item {
    width: 9%; } }

.gallery-icon, .gallery-icon img {
  width: 100%; }

.gallery-icon {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce .button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  display: inline-block;
  background: #e31b23;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal; }
  .woocommerce .button:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
  .woocommerce .button:hover {
    opacity: 1;
    background: #333; }

ul.products {
  zoom: 1;
  margin: 0 -10px;
  padding: 0;
  list-style-type: none; }
  ul.products:before, ul.products:after {
    content: "";
    display: table; }
  ul.products:after {
    clear: both; }
  @media screen and (min-width: 980px) {
  ul.products {
    margin: 0 -30px; } }
  ul.products li.product {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
    margin-bottom: 2em; }
  @media screen and (min-width: 980px) {
    ul.products li.product {
      padding: 0 30px; } }
  ul.products li.product a {
    position: relative; }
  ul.products li.product a, ul.products li.product img {
    text-decoration: none; }
  ul.products li.product a:hover, ul.products li.product img:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
  ul.products li.product img {
    margin-bottom: 10px; }
  ul.products li.product h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0; }
  ul.products li.product .price, ul.products li.product h3 {
    color: #000; }
  ul.products li.product .price {
    display: block;
    margin-bottom: 10px; }
  ul.products li.product .button {
    margin-bottom: 10px; }
  ul.products li.product .added_to_cart {
    display: block; }
  ul.products li.product.last {
    clear: inherit; }
  @media screen and (min-width: 480px) {
    ul.products li.product {
      width: 50%; }
      ul.products li.product:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) {
    ul.products li.product {
      width: 33.333%; }
      ul.products li.product:nth-child(2n+1) {
        clear: inherit; }
      ul.products li.product:nth-child(3n+1) {
        clear: left; } }
  @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: #e31b23 !important;
    letter-spacing: 2px; }
  .woocommerce .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    left: 0;
    position: absolute;
    top: 0;
    font-style: normal; }
  .woocommerce .star-rating:before {
    color: #129683;
    content: "\f006\f006\f006\f006\f006";
    float: left;
    left: 0;
    position: absolute;
    top: 0; }
/**
 * Single product
 */
div.product .images .thumbnails.columns-3 {
  zoom: 1;
  margin: 0 -10px;
  margin: 0 -10px !important; }
  div.product .images .thumbnails.columns-3:before, div.product .images .thumbnails.columns-3:after {
    content: "";
    display: table; }
  div.product .images .thumbnails.columns-3:after {
    clear: both; }
  @media screen and (min-width: 980px) {
      div.product .images .thumbnails.columns-3 {
        margin: 0 -30px; } }
  div.product .images .thumbnails.columns-3 a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
    padding: 10px !important;
    width: 33.333%; }
    @media screen and (min-width: 980px) {
      div.product .images .thumbnails.columns-3 a {
        padding: 0 30px; } }
  div.product .images .thumbnails.columns-3 .last {
    clear: none; }
  @media screen and (min-width: 768px) {
    div.product .images {
      float: left;
      width: 50%; } }
  div.product .images, div.product .summary {
    margin-bottom: 2em; }
  div.product .summary {
    overflow: hidden;
    line-height: 1.7; }
  @media screen and (min-width: 768px) {
    div.product .summary {
      padding-left: 4%; } }
  div.product .woocommerce-main-image {
    display: block;
    margin-bottom: 2em; }
  div.product .woocommerce-product-rating {
    display: block;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ddd; }
  div.product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    float: right; }
  div.product .woocommerce-product-rating .woocommerce-review-link:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
  div.product .price {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 0.5em; }
  div.product .price ins {
    text-decoration: none; }
  div.product .woocommerce-tabs {
    clear: both; }
  div.product div[itemprop="description"] {
    padding: 1.5em;
    background: #f9f9f9;
    margin: 0 0 1em; }
  div.product div[itemprop="description"] *:last-child {
    margin-bottom: 0; }
  div.product form.cart {
    margin-bottom: 10px; }
  div.product .button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-weight: 500;
    padding: 0.65em 1.5em;
    text-transform: uppercase; }
  div.product .quantity {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #333;
    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 #ddd;
    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 #e31b23;
    margin: 0; }
  @media screen and (min-width: 768px) {
      .wc-tabs li.active {
        border-left: 0;
        border-bottom: 3px solid #e31b23; } }
  .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: #e31b23;
    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 #ddd;
  padding: 1em;
  margin-top: 1.5em; }

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

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

.payment_box p:last-child {
  margin-bottom: 0; }
/**
 * Reviews
 */
.woocommerce ol.commentlist li {
  padding: 0;
  margin-bottom: 1em; }
  .woocommerce ol.commentlist img {
    margin-bottom: 10px; }
  .woocommerce ol.commentlist .description {
    background: #fff; }
  .woocommerce ol.commentlist .description *:last-child {
    margin-bottom: 0; }
/**
 * Forms
 */
.woocommerce .form-row input[type="text"], .woocommerce .form-row input[type="tel"], .woocommerce .form-row input[type="email"], .woocommerce .form-row input[type="password"], .woocommerce .form-row textarea {
  width: 100%; }
  .woocommerce .form-row.woocommerce-invalid input, .woocommerce .form-row.woocommerce-invalid textarea {
    background: #ffbaba; }
  .woocommerce abbr.required {
    color: #f00; }
/**
 * Widgets
 */
.widget_shopping_cart .mini_cart_item {
  zoom: 1; }
  .widget_shopping_cart .mini_cart_item:before, .widget_shopping_cart .mini_cart_item:after {
    content: "";
    display: table; }
  .widget_shopping_cart .mini_cart_item:after {
    clear: both; }
  .widget_shopping_cart .mini_cart_item a {
    display: block; }
  .widget_shopping_cart .mini_cart_item .quantity {
    clear: left; }
  .widget_shopping_cart .mini_cart_item img {
    float: right;
    width: 48px; }
  .widget_shopping_cart .total {
    margin: 1em 0;
    border-bottom: 4px double #ddd;
    padding-bottom: 0.75em; }
/**
 * Stars
 */
p.stars {
  position: relative;
  padding: 0.75em;
  color: #e31b23; }
  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: #e31b23; }
  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: "\e021\e021\e021\e021\e021"; }
  p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
    content: "\e020\e020\e020\e020\e020"; }
  p.stars [class^="star-"], p.stars [class*=" star-"] {
    font-size: 16px;
    font-size: 1rem;
    border-right: 1px solid #ddd;
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  p.stars [class^="star-"]:after, p.stars [class*=" star-"]:after {
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0; }
/**
 * My account
 */
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0; }
  .woocommerce-MyAccount-navigation ul li {
    display: inline-block; }
  .woocommerce-MyAccount-navigation ul li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    display: inline-block;
    background: #e31b23;
    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: #666; }
/**
 * Misc
 */
.woocommerce a.remove {
  font-family: FontAwesome;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 17px;
  display: inline-block;
  font-size: 0;
  color: #000; }
  .woocommerce a.remove:before {
    font-size: 20px;
    font-size: 1.25rem;
    content: "\f1f8"; }
/**
 * Select2
 */
.select2-container .select2-choice > .select2-chosen {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em;
  font-weight: 300; }

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

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

.gform_heading.gform_heading {
  margin: 0; }

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

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

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

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

.gform_wrapper .gform_fields .gfield .ginput_container input, .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input, .gform_wrapper .gform_fields .ginput_complex .ginput_full.ginput_full input, .gform_wrapper .gform_fields .gfield .ginput_container textarea, .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container textarea, .gform_wrapper .gform_fields .ginput_complex .ginput_full.ginput_full textarea, .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 {
  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.gfield_error .ginput_container input[type="checkbox"], .gform_wrapper .gform_fields .ginput_complex .ginput_full.ginput_full input[type="checkbox"], .gform_wrapper .gform_fields .gfield .ginput_container input[type="radio"], .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input[type="radio"], .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: #e31b23;
    background: #f7babc;
    border-color: #f18c90; }
  html .tribe-events-multi-event-day {
    color: #b5161c; }
  html #tribe-events-content .tribe-events-calendar td {
    color: #881015; }
  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: #e31b23; }
  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: #e31b23; }
  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: #e31b23; }
  html #tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after {
    border-left-color: #e31b23; }
  html .tribe-events-grid .type-tribe_events a {
    color: #444; }
  html .tribe-events-grid .tribe-grid-header .tribe-week-today {
    background-color: #e31b23; }
  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: #e31b23;
    background-color: rgba(227, 27, 35, 0.75);
    border-color: #b5161c; }

#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 {
  /**
   * Front page
   */
  /**
   * Loop
   */
    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; }
    .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-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: #e31b23;
    color: #fff; }
  .home-section.dark .shortcut-column__meta > span {
    color: #fff; }
  .home-section.dark .contactinfo__socials a {
    color: #e31b23; }
  .home-section.dark blockquote {
    border-left-color: #e31b23; }
  .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: #e31b23;
    border-color: #d51921;
    color: #fff; }
  .home-section.dark .id-accordion-item__title:hover {
    background: #b5161c; }
  .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: #e31b23; }
  .home-section.dark .id-tabs-item__title:hover {
    background: #2b2b2b; }
/*
 * Scheme Name: Profile
 */
.home-section.profile {
  background-color: #e31b23;
  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; }
/**
 * google map
 **/
#map, .acf-map {
  height: 500px; }
  #map .controls, .acf-map .controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  #map #pac-input, .acf-map #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px; }
  #map #pac-input:focus, .acf-map #pac-input:focus {
    border-color: #4d90fe; }
  #map .pac-container, .acf-map .pac-container {
    font-family: Roboto; }
  #map #type-selector, .acf-map #type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px; }
  #map #type-selector input[type="radio"], .acf-map #type-selector input[type="radio"] {
    display: none; }
  #map #type-selector label, .acf-map #type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    margin-left: 5px; }
  #map .infoWindow-title, .acf-map .infoWindow-title {
    color: #e31b23;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase; }
  #map .infoWindow-container, .acf-map .infoWindow-container {
    max-width: 365px; }
  #map .infoWindow-container img, .acf-map .infoWindow-container img {
    max-width: 250px; }

.depatment-container {
  margin-top: 20px; }
  .depatment-container h2 {
    margin-bottom: 20px; }

.depatment-container h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 15px 0; }
  .depatment-container .dealer-item {
    position: relative;
    color: #444;
    display: inline-block;
    width: 98%;
    margin: 1%;
    padding: 10px;
    vertical-align: top;
    text-decoration: none; }
  .depatment-container .dealer-item a {
    text-decoration: none; }
  .depatment-container .dealer-item a:hover > * {
    opacity: 0.8; }
  .depatment-container .dealer-item h2 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: left;
    text-transform: uppercase;
    margin: 10px 0;
    color: #e31b23; }
  .depatment-container .dealer-item p {
    margin-bottom: 0.5em; }
  .depatment-container .dealer-item .distance {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    background: #e31b23;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px; }
  .depatment-container .dealer-item .description {
    font-size: 16px;
    font-size: 1rem;
    text-align: left; }
  .depatment-container .dealer-item .description p:empty {
    display: none; }
  .depatment-container .dealer-item .description h3, .depatment-container .dealer-item .description h4, .depatment-container .dealer-item .description h5, .depatment-container .dealer-item .description h6 {
    font-size: 18px;
    font-size: 1.125rem; }
  .depatment-container .dealer-item .description ul {
    margin: 0; }
  .depatment-container .dealer-item .description table {
    width: 100%;
    vertical-align: middle; }
    .depatment-container .dealer-item .description table p {
      margin: 0; }

.acf-values {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0.2em;
  color: #444; }
  .acf-values a {
    color: inherit; }
  .acf-values .fa {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #e31b23; }

.depatment-information {
  font-size: 16px;
  font-size: 1rem;
  background: #efefef;
  border: 1px solid #ddd;
  padding: 10px 20px;
  margin: 0 0 20px 0; }
  .depatment-information ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .depatment-information li {
    border-bottom: 1px dashed #d2d2d2;
    padding: 7px 0; }
  .depatment-information li:last-child {
    border: 0; }
  .depatment-information li.address {
    font-size: 24px;
    font-size: 1.5rem; }
  .depatment-information li .label, .depatment-information li .value {
    display: inline-block;
    vertical-align: top; }
  .depatment-information li .label {
    width: 30%;
    padding-right: 2%;
    font-weight: bold; }
  @media screen and (min-width: 768px) {
      .depatment-information li .label {
        width: 20%; } }
  .depatment-information li .value {
    width: 68%; }
  @media screen and (min-width: 768px) {
      .depatment-information li .value {
        width: 78%; } }

@media screen and (min-width: 768px) {
  .depatment-container .dealer-item {
    width: 31.3333333333%; } }

@media screen and (max-width: 1280px) {
  #map {
    width: 85%;
    margin: auto; } }

@media print {
  #map {
    display: none; } }

.selected-header--standard.support-menu-set .custom-postlists-sections .home-section.show-header:first-child {
  padding-top: 0; }
  .selected-header--standard .header__main-nav .o-menu > li > a, .selected-header--standard .header__main-nav .accessibility-tools > li > a {
    color: #222; }
  .selected-header--transparent--dark.support-menu-set .custom-postlists-sections .home-section.show-header:first-child {
    padding-top: 0; }
  .selected-header--transparent.support-menu-set .custom-postlists-sections .home-section.show-header:first-child {
    padding-top: 0; }

@media screen and (min-width: 400px) {
    .header__logo {
      display: flex;
      height: 120px;
      align-items: center; } }

@media screen and (min-width: 400px) {
      .compact-header .header__logo {
        display: block;
        height: auto; } }

.woocommerce {
  /*.ordering {
   display: block;
   width: 100%;
   border-bottom: 1px solid #000;
   @include font-size(14);
   @media only screen and (min-width: $b-medium) {
   display: table;
   border-bottom: 1px solid #000;
   }
   .cell {
   padding: 5px;
   text-align: center;
   @media only screen and (min-width: $b-medium) {
   text-align: left;
   }
   &.attribute {
   padding: 5px 2px;
   }
   .fa {
   margin-left: 5px;
   }
   }
   }
   .cell {
   display: inline-block;;
   vertical-align: top;
   padding: 10px;
   box-sizing: border-box;
   width: 100%;
   border-bottom: 1px solid $border-color;
   @media only screen and (min-width: $b-medium) {
   display: table-cell;
   width: auto;
   border: none;
   vertical-align: middle;
   &.thumbnail {
   width: 80px;
   }
   &.varenr {
   width: 100px;
   text-align: center;
   }
   &.attribute {
   width: 100px;
   padding: 10px 2px;
   text-align: center;
   }
   }
   h3 {
   padding: 0;
   line-height: 1.1;
   @include font-size(18);
   font-weight: normal;
   }
   span {
   margin-right: 10px;
   @media only screen and (min-width: $b-medium) {
   display: none;
   }
   }
   }
   ul.products {
   li.type-product {
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
   float: none;
   border-bottom: 3px solid #000;
   > a {
   display: block;
   width: 100%;
   @media only screen and (min-width: $b-medium) {
   display: table;
   width: 100%;
   }
   }
   @media only screen and (min-width: $b-medium) {
   border-bottom: 1px solid $border-color;
   }
   img {
   max-width: 200px;
   text-align: center;
   width: 100%;
   }
   }
   }
   .fpro-filters {
   margin:0 0 15px -15px;
   .filter {
   float:left;
   margin:0 15px 15px;
   width:150px;
   max-width:100%;
   label {
   display:block;
   font-size:90%;
   }
   select {
   width:100%;
   }
   }
   } */ }
  .woocommerce mark {
    background: none; }
  .woocommerce .woocommerce-loop-category__title {
    font-size: 20px;
    font-size: 1.25rem;
    color: #333; }
  .woocommerce.product-list ul.products {
    padding: 0; }
  @media only screen and (min-width: 768px) {
    .woocommerce ul.products {
      display: flex;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) {
      .woocommerce ul.products li.type-product, .woocommerce ul.products li.product {
        width: 25%; }
        .woocommerce ul.products li.type-product:nth-child(2n+1), .woocommerce ul.products li.product:nth-child(2n+1) {
          clear: none; }
        .woocommerce ul.products li.type-product:nth-child(3n+1), .woocommerce ul.products li.product:nth-child(3n+1) {
          clear: inherit; } }
/**
 * 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: 0.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; }

.variationslist {
  display: block;
  width: 100%;
  margin: 20px 0; }
  .variationslist:before {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }
  @media only screen and (min-width: 768px) {
    .variationslist .variationslistmain {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center; } }
  .variationslist .variationslistmain.top {
    background: #f9f9f9;
    padding: 10px; }
  .variationslist .variationslistmain > span {
    display: block;
    width: 100%;
    margin-bottom: 5px; }
  .variationslist .variationslistmain > span.var_price .price {
    font-size: 16px;
    font-size: 1rem; }
  @media only screen and (min-width: 768px) {
        .variationslist .variationslistmain > span.buy-button {
          text-align: right; } }
  @media only screen and (min-width: 768px) {
      .variationslist .variationslistmain > span {
        width: 15%;
        margin-bottom: 0;
        padding: 0 5px; }
        .variationslist .variationslistmain > span.title {
          width: 40%; } }
  .variationslist .variationslistcontent form {
    padding: 10px; }
  .variationslist .variationslistcontent form:nth-child(even) {
    background: #f9f9f9; }
  .employeeListCatalog .employeeListCatalogList {
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 0.875rem; }
  .employeeListCatalog .employeeListCatalogList:nth-child(odd) {
    background: #fafafa; }
  @media only screen and (min-width: 768px) {
    .employeeListCatalog .employeeListCatalogList {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  .employeeListCatalog .employeeListCatalogList > span {
    width: 100%;
    padding: 5px;
    display: block; }
  @media only screen and (min-width: 768px) {
      .employeeListCatalog .employeeListCatalogList > span {
        width: 20%; } }

.custom-sidebar-menu > div > ul > li > ul > li > ul {
  padding-left: 20px; }

.blog_id_3.home #middle section:first-child {
  padding-bottom: 0; }

.custom_static_home_page #middle {
  padding-top: 170px; }

@media print {
  .custom-postlists-sections {
    display: none; } }

.home-section {
  padding: 30px 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
    .home-section:first-child {
      max-height: 580px; } }

.gform_wrapper .gform_fields .ginput_complex .name_last, .gform_wrapper .gform_fields .ginput_complex .ginput_right {
  margin-left: 0; }

.search-nav-widget {
  display: none;
  background: none;
  padding: 10px;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 9999; }
  @media only screen and (min-width: 670px) {
  .search-nav-widget {
    margin-top: 30px;
    width: 300px;
    max-width: 300px;
    position: absolute;
    top: 0px;
    left: 325px;
    display: block; } }
  @media only screen and (min-width: 768px) {
  .search-nav-widget {
    top: 30px;
    margin-top: 0px; } }
  .search-nav-widget h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500; }
  .search-nav-widget label {
    display: block;
    margin-bottom: 5px; }
  .search-nav-widget button[type="submit"] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    display: inline-block;
    background: #e31b23;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
    font-weight: 300;
    padding: 0.6em 1em;
    font-weight: 700; }
  .search-nav-widget button[type="submit"]:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
  .search-nav-widget input[type="search"] {
    font-size: inherit;
    font-family: inherit;
    padding: 8px 4px;
    letter-spacing: normal; }
  .search-nav-widget .hidden, .search-nav-widget .screen-reader-text {
    display: none; }

#mobile-search-extra {
  display: block;
  clear: both;
  width: 100%;
  background: #f8f8f8; }
  #mobile-search-extra .search-nav-widget {
    width: 287px;
    max-width: 287px;
    margin: 0 auto;
    display: block; }
  @media only screen and (min-width: 670px) {
  #mobile-search-extra {
    display: none; } }

.woocommerce.widget_product_search {
  background: #f8f8f8;
  border-bottom: 3px solid #ddd;
  padding: 10px; }
  .woocommerce.widget_product_search label {
    display: block;
    margin-bottom: 5px; }
  .woocommerce.widget_product_search button[type="submit"] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    display: inline-block;
    background: #e31b23;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
    font-weight: 300;
    font-weight: 700; }
  .woocommerce.widget_product_search button[type="submit"]:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
  .woocommerce.widget_product_search input[type="search"] {
    font-size: inherit;
    font-family: inherit;
    padding: 8px 4px;
    letter-spacing: normal; }

.customProductSidebarMenu ul {
  list-style: none; }
  .customProductSidebarMenu ul li a {
    text-decoration: none;
    border-bottom: none;
    padding: 10px;
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem; }
    .customProductSidebarMenu ul li a:hover {
      opacity: 0.7; }
  .customProductSidebarMenu > ul {
    padding-left: 0;
    background: #ddd; }
  .customProductSidebarMenu > ul > li {
    position: relative;
    border-bottom: 1px solid #fff; }
  .customProductSidebarMenu > ul > li:last-child {
    border-bottom: none; }
  .customProductSidebarMenu > ul > li i {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 35px;
    font-size: 2.1875rem;
    cursor: pointer;
    color: #e31b23;
    z-index: 1; }
  .customProductSidebarMenu > ul > li.active {
    background: #777; }
    .customProductSidebarMenu > ul > li.active > a {
      color: #fff; }
    .customProductSidebarMenu > ul > li.active > ul {
      display: block; }
  .customProductSidebarMenu > ul > li > a {
    padding-left: 40px; }
  .customProductSidebarMenu > ul > li > ul {
    margin-bottom: 0;
    background: #f8f8f8;
    padding-left: 0px;
    display: none; }
    .customProductSidebarMenu > ul > li > ul > li {
      border-bottom: 1px solid #ddd; }
      .customProductSidebarMenu > ul > li > ul > li.active {
        background: #eee; }
      .customProductSidebarMenu > ul > li > ul > li:last-child {
        border-bottom: none; }
      .customProductSidebarMenu > ul > li > ul > li > a {
        padding-left: 40px; }

.productAutoCompleteListFooter {
  list-style: none;
  padding-left: 0;
  background: #f9f9f9;
  border: 1px solid #222;
  max-width: 480px; }
  .productAutoCompleteListFooter.ui-front {
    z-index: 999; }
  .productAutoCompleteListFooter li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #fefefe; }
  .productAutoCompleteListFooter li:nth-child(even) {
    background: #fff; }
  .productAutoCompleteListFooter li:nth-child(odd) {
    background: #efefef; }
  .productAutoCompleteListFooter li:last-child {
    border-bottom: none; }

.ui-autocomplete-loading {
  background: white url("assets/img/loading.gif") right center no-repeat;
  background-size: 25px 25px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-section {
    padding: 80px 0; } }

.fa-envelope-o:before {
  content: "\f0e0"; }

.fa-skype.fa {
  font-family: "Font Awesome 5 Brands"; }
