@charset "UTF-8";
/*
 *  -------------------------------------------------------   VARIABLES
 */
/*
 *  -------------------------------------------------------   IMPORTS
 */
@import url("//hello.myfonts.net/count/383787");
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

html, button, input, select, textarea {
  font-family: sans-serif; }

a, a:active, a:hover {
  outline: 0;
  text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: normal; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  list-style: none; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

button, input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * @license
 * MyFonts Webfont Build ID 3684231, 2018-12-07T08:46:35-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: HandelGotD-Bol by URW
 * URL: https://www.myfonts.com/fonts/urw/handel-gothic/d-bold/
 * Copyright: Copyright 2010 URW++ Design &amp; Development Hamburg
 * Licensed pageviews: 10,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3684231
 * 
 * © 2018 MyFonts Inc
*/
@font-face {
  font-family: 'Handel Gothic';
  src: url("../fonts/383787_0_0.woff2") format("woff2"), url("../fonts/383787_0_0.woff") format("woff"); }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
  overflow-y: scroll; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: transparent; }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  /* preventing text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* IE9 hack, otherwise navigation doesn't appear */
  background: transparent; }

.featherlight-previous {
  left: 25px;
  right: 80%; }

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25); }

.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  /* center horizontally */
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  /* center vertically */
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal; }

.featherlight-next span {
  right: 5%;
  left: auto; }

.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block; }

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none; }

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
  display: none; }

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none; }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 *  -------------------------------------------------------   EXTRAS
 */
::-webkit-scrollbar {
  width: 4px;
  background: #1e1b1d; }

::-webkit-scrollbar-track {
  background: #1e1b1d; }

::-webkit-scrollbar-thumb {
  background: #fff; }

::selection {
  color: #fff;
  background: #1e1b1d;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  color: #fff;
  background: #1e1b1d;
  /* Gecko Browsers */ }

/*
 *  -------------------------------------------------------   GLOBAL
 */
html, body {
  height: 100%; }

body {
  font-size: 21px;
  line-height: 1.5;
  color: #1e1b1d;
  text-align: left;
  background-color: #fff;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1440px) {
    body {
      font-size: 19px; } }
  @media (max-width: 800px) {
    body {
      font-size: 17px; } }
  @media (max-width: 680px) {
    body {
      font-size: 16px; } }

a, a:visited, a:focus {
  text-decoration: none;
  outline: none;
  display: inline-block;
  color: #1e1b1d; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.33333; }

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

.one {
  width: 100%; }

.one-two {
  width: 50%; }
  @media (max-width: 680px) {
    .one-two {
      width: 100%; } }

.left {
  float: left; }

.right {
  float: right; }

.full-height {
  height: 100%; }

.wide-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.section-title {
  position: absolute;
  right: calc(100% + 1.333333em);
  text-transform: uppercase;
  font-size: 0.857142857em;
  color: #393337;
  text-align: right;
  font-weight: 300; }
  @media (max-width: 1400px) {
    .section-title {
      position: static;
      float: left;
      clear: both;
      width: 100%;
      font-size: 1em;
      text-align: left; } }

.vertical-middle {
  display: inline-block;
  vertical-align: middle; }

/*
 *  -------------------------------------------------------   ALL
 */
.wrapper {
  max-width: 1056px;
  margin: 0 auto;
  position: relative;
  padding: 0 1em;
  clear: both;
  *zoom: 1; }
  @media (max-width: 1400px) {
    .wrapper {
      padding: 0 1.5em; } }
  @media (max-width: 800px) {
    .wrapper {
      float: left;
      width: 100%; } }
  @media (max-width: 680px) {
    .wrapper {
      padding: 0 2em; } }
  .wrapper:before, .wrapper:after {
    content: "";
    display: table; }
  .wrapper:after {
    clear: both; }

.wyswig ul {
  list-style: none;
  margin: .5em 0; }

.wyswig ol {
  list-style: decimal;
  margin-left: 1em; }

.wyswig ul:not(.wp-block-gallery) li {
  padding-left: 1em; }
  .wyswig ul:not(.wp-block-gallery) li:before {
    content: '-';
    padding-right: .5em; }

.wyswig em {
  font-style: italic;
  display: inline-block;
  padding-left: 10%; }

.wyswig a {
  text-decoration: underline; }

.wyswig img {
  float: none;
  display: inline-block; }

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

.wyswig .alignleft {
  float: left;
  margin: 0 1.25em 0 0; }

.wyswig .alignright {
  float: right;
  margin: 0 0 1.25em 0; }

.wyswig .alignnone {
  float: left;
  max-width: 100% !important; }

.wyswig .alignnone + * {
  clear: both; }

.wyswig .wp-caption-text {
  float: left;
  width: 100%;
  font-size: .75em;
  padding: 1em 0; }

.wyswig .wp-embedded-content {
  float: left;
  width: 100% !important; }

.wyswig .wp-block-embed {
  width: 100%; }

.wyswig .wp-block-image, .wyswig .wp-block-embed {
  float: left;
  display: block;
  margin: 1.5em 0; }

.wyswig h1, .wyswig h2, .wyswig h3, .wyswig h4, .wyswig h5, .wyswig h6, .wyswig strong, .wyswig b {
  font-weight: 600; }

.wyswig iframe {
  float: left;
  display: block;
  width: 100%; }

.wyswig p, .wyswig ul {
  max-width: 38em; }

.wyswig ul.wp-block-gallery {
  max-width: none;
  margin: 1.75em 0; }

.wyswig p {
  margin-bottom: .75em; }
  .wyswig p:last-of-type {
    margin-bottom: 0; }

video {
  display: block;
  float: left;
  width: 100%;
  height: auto; }

.wide-intro-image {
  height: 19em;
  margin-bottom: 3em; }
  .wide-intro-image.no-products {
    margin-bottom: 0; }
  @media (max-width: 800px) {
    .wide-intro-image {
      height: 16em; } }
  @media (max-width: 680px) {
    .wide-intro-image {
      height: 14em; } }

/*
 *  -------------------------------------------------------   HEADER
 */
#header {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.571428571em 0;
  position: relative;
  z-index: 3; }
  @media (max-width: 680px) {
    #header {
      position: fixed;
      padding: 0.25em 0 0.275em;
      border-bottom: 1px solid #1e1b1d; } }
  #header .wrapper {
    position: static; }
  #header .logo {
    float: left;
    width: 6.476190476em;
    display: block;
    margin-left: -4.476190476em; }
    @media (max-width: 1200px) {
      #header .logo {
        margin: .5em 0 0 -1.15em;
        width: 6em; } }
    @media (max-width: 800px) {
      #header .logo {
        margin-top: .7em; } }
    @media (max-width: 680px) {
      #header .logo {
        margin-top: 0; } }
    #header .logo span.name {
      font-size: 1.15em; }
  #header .logo > * {
    float: left;
    color: transparent;
    text-indent: -99999px;
    background: transparent url(../images/umo.svg) right center no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 3.80952381em; }
    @media (max-width: 1200px) {
      #header .logo > * {
        background-image: url(../images/umo-dot.svg);
        background-position: left center;
        height: 2.5em;
        color: #1e1b1d;
        overflow: hidden; } }

.fixed-header #header, .home.fixed-header #header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.25em 0 0.275em;
  z-index: 39;
  border-bottom: 1px solid #1e1b1d;
  -webkit-animation-name: headerAnimation;
  animation-name: headerAnimation;
  -webkit-animation-duration: .2s;
  animation-duration: .2s; }
  @media (max-width: 680px) {
    .fixed-header #header, .home.fixed-header #header {
      -webkit-animation: none;
      animation: none; } }
  @media (max-width: 1200px) {
    .fixed-header #header .logo, .home.fixed-header #header .logo {
      margin-top: 0; } }
  .fixed-header #header .logo > *, .home.fixed-header #header .logo > * {
    background: transparent url(../images/umo-dot.svg) 3.26em center no-repeat;
    background-size: contain !important;
    height: 2.5em; }
    @media (max-width: 1200px) {
      .fixed-header #header .logo > *, .home.fixed-header #header .logo > * {
        background-image: url(../images/umo-dot.svg);
        height: 2.5em;
        background-position: left center; } }

.home.fixed-header #header {
  background-color: #1e1b1d;
  border-bottom: 1px solid #888; }
  .home.fixed-header #header .logo > * {
    background: transparent url(../images/umo-dot-white-greyscale.svg) 3.26em center no-repeat; }
    @media (max-width: 1200px) {
      .home.fixed-header #header .logo > * {
        background-position: left center; } }

.logged-in.fixed-header #header {
  top: 32px; }

.home #header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  @media (max-width: 680px) {
    .home #header {
      position: fixed;
      background-color: #1e1b1d;
      border-bottom: 1px solid #888; } }
  @media (max-width: 1200px) {
    .home #header .logo span {
      color: #fff; } }
  .home #header .logo > * {
    background-image: url(../images/umo-white.svg); }
    @media (max-width: 1200px) {
      .home #header .logo > * {
        background: transparent url(../images/umo-dot-white-greyscale.svg) left center no-repeat;
        background-size: contain; } }

.logged-in.home #header {
  top: 32px; }

.logged-in.home.fixed-header #header {
  top: 32px; }

@-webkit-keyframes headerAnimation {
  0% {
    opacity: 0; }
  100% {
    height: auto; } }

@keyframes headerAnimation {
  0% {
    opacity: 0; }
  100% {
    height: auto; } }

.home .hamburger span {
  background-color: #fff; }

.hamburger {
  outline: none;
  background-color: transparent;
  border: 0;
  width: 3.5em;
  padding: .95em .95em .8em;
  display: none; }
  @media (max-width: 680px) {
    .hamburger {
      display: block; } }
  .hamburger span {
    transition: transform .25s, margin .25s;
    float: left;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1e1b1d;
    margin-bottom: 4px; }
    .hamburger span:last-of-type {
      margin-bottom: 0; }

/*
 *  -------------------------------------------------------   MENU
 */
.menu-opened #menu {
  display: block; }

.menu-opened.home #menu li:first-of-type {
  border-top: 1px solid #fff; }

.menu-opened .hamburger span:first-of-type {
  transform: rotate(-45deg);
  margin-top: 2px; }

.menu-opened .hamburger span:last-of-type {
  transform: rotate(45deg);
  margin-top: -7px; }

.fixed-header #menu {
  margin-top: 15px; }
  @media (max-width: 1440px) {
    .fixed-header #menu {
      margin-top: 12px; } }
  @media (max-width: 800px) {
    .fixed-header #menu {
      margin-top: 9px; } }
  @media (max-width: 680px) {
    .fixed-header #menu {
      margin-top: 0; } }

#menu {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  float: right;
  width: 73%;
  margin-top: 30px; }
  @media (max-width: 1200px) {
    #menu {
      font-size: 14px;
      margin-top: 23px; } }
  @media (max-width: 800px) {
    #menu {
      width: 78%; } }
  @media (max-width: 680px) {
    #menu {
      display: none;
      position: fixed;
      left: 0;
      top: 3.529166667em;
      width: 100%;
      font-size: 0.857142857em;
      margin-top: 0; } }
  #menu ul {
    float: left; }
    #menu ul.wpml {
      float: right; }
      @media (max-width: 680px) {
        #menu ul.wpml {
          width: 100%; } }
      #menu ul.wpml li {
        padding: 0 0.5em; }
        @media (max-width: 680px) {
          #menu ul.wpml li {
            padding: 0; } }
        #menu ul.wpml li.active a {
          font-weight: 500; }
        #menu ul.wpml li:first-of-type {
          padding-left: 0; }
        #menu ul.wpml li:last-of-type {
          padding-right: 0; }
  #menu li {
    display: inline-block;
    float: left;
    padding: 0 1em; }
    @media (max-width: 800px) {
      #menu li {
        padding: 0 0.75em; } }
    @media (max-width: 680px) {
      #menu li {
        width: 100%;
        background-color: #1e1b1d;
        border-bottom: 1px solid #fff;
        text-align: left;
        padding: 0; } }
    #menu li:first-child {
      padding-left: 0; }
    #menu li:last-child {
      padding-right: 0; }
    #menu li ul {
      display: none; }
  #menu .current-menu-item a {
    font-weight: 500; }
    @media (max-width: 680px) {
      #menu .current-menu-item a:after, #menu .current-menu-item a:before {
        position: absolute;
        content: '';
        width: 1em;
        height: 1px;
        top: 1.25em;
        background-color: #fff;
        display: block; } }
    @media (max-width: 680px) {
      #menu .current-menu-item a:before {
        left: .6666em; } }
    @media (max-width: 680px) {
      #menu .current-menu-item a:after {
        right: .6666em; } }
    #menu .current-menu-item a:hover:after {
      right: .6666em;
      left: auto;
      width: 1em;
      height: 1px;
      top: 1.25em;
      background-color: #fff;
      display: block; }
  #menu a {
    position: relative; }
    @media (max-width: 680px) {
      #menu a {
        color: #fff;
        padding: 0.5em 2.3333em; } }
  #menu a:hover:after {
    position: absolute;
    left: 50%;
    top: -20px;
    width: 1px;
    height: 16px;
    background-color: #1e1b1d;
    content: ''; }
    @media (max-width: 680px) {
      #menu a:hover:after {
        right: .6666em;
        left: auto;
        width: 1em;
        height: 1px;
        top: 1.25em;
        background-color: #fff;
        display: none; } }

/*
 *  -------------------------------------------------------   CONTENT
 */
#content {
  margin-top: 1.5em; }
  @media (max-width: 680px) {
    #content {
      margin-top: 3em !important; } }
  #content.posts-loop {
    margin: 1.5em 0 5em; }
    @media (max-width: 680px) {
      #content.posts-loop {
        margin: 4em 0 3.75em !important; } }

/*
 *  -------------------------------------------------------   HOME
 */
#home-slider {
  min-height: 500px;
  position: relative; }
  #home-slider h2 {
    position: absolute;
    z-index: 19;
    bottom: 13.3333em;
    left: calc(50% - 496px);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Handel Gothic', sans-serif;
    font-size: 0.857142857em;
    line-height: 1.1; }
    @media (max-width: 1200px) {
      #home-slider h2 {
        left: 1.75em; } }
    @media (max-width: 680px) {
      #home-slider h2 {
        left: 2.3333em; } }
  #home-slider .with-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 3; }
  #home-slider .rslides_nav {
    display: none; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }

.slide {
  color: #fff; }
  .slide .slide-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .slide .slide-content .wrapper {
      z-index: 4; }
  .slide .slide-caption {
    position: absolute;
    bottom: 4em;
    left: 1em;
    color: #fff; }
    @media (max-width: 1400px) {
      .slide .slide-caption {
        left: 1.5em; } }
    @media (max-width: 680px) {
      .slide .slide-caption {
        left: 2em; } }
    .slide .slide-caption h3 {
      font-size: 2em; }
      @media (max-width: 680px) {
        .slide .slide-caption h3 {
          font-size: 1.5em; } }
    .slide .slide-caption p {
      font-size: 1.9em;
      font-weight: 300; }
      @media (max-width: 680px) {
        .slide .slide-caption p {
          font-size: 1.4em; } }
  .slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.rslides_tabs {
  position: absolute;
  right: 6em;
  bottom: 2em;
  z-index: 19;
  font-size: 16px; }
  @media (max-width: 680px) {
    .rslides_tabs {
      font-size: 14px;
      right: 1.75em;
      bottom: .5em; } }
  .rslides_tabs li {
    float: left;
    display: inline-block;
    position: relative; }
    .rslides_tabs li.rslides_here:after {
      position: absolute;
      left: 50%;
      top: -1.5em;
      width: 1px;
      height: 1em;
      background-color: #fff;
      content: ''; }
      @media (max-width: 680px) {
        .rslides_tabs li.rslides_here:after {
          top: -1em; } }
  .rslides_tabs a {
    color: #fff;
    padding: .5em; }

.home .section-title {
  top: 32px; }

.home .latest-posts {
  background-color: #1e1b1d; }
  .home .latest-posts .wrapper {
    padding-top: 8em;
    padding-bottom: 3em; }
    @media (max-width: 1400px) {
      .home .latest-posts .wrapper {
        padding-top: 6em; } }
    @media (max-width: 680px) {
      .home .latest-posts .wrapper {
        padding-top: 4em;
        padding-bottom: 4em; } }

.home a.latest-post {
  color: #fff; }
  .home a.latest-post:first-of-type {
    padding-right: 1.5em; }
    @media (max-width: 680px) {
      .home a.latest-post:first-of-type {
        padding-right: 0; } }
  .home a.latest-post:last-of-type {
    padding-left: 1.5em; }
    @media (max-width: 680px) {
      .home a.latest-post:last-of-type {
        margin-top: 2em;
        padding-left: 0; } }
  .home a.latest-post > * {
    max-width: 400px; }
  .home a.latest-post .latest-title {
    color: #999;
    font-size: 1.333333333em;
    font-family: 'Handel Gothic', sans-serif; }
  .home a.latest-post p {
    margin-top: 1.5em; }

.home .selected-products {
  background-color: #1e1b1d; }
  .home .selected-products a {
    color: #fff; }
  .home .selected-products .wrapper {
    padding-top: 5em; }
    @media (max-width: 1400px) {
      .home .selected-products .wrapper {
        padding-top: 2em; } }
    @media (max-width: 680px) {
      .home .selected-products .wrapper {
        padding-top: 0; } }
  .home .selected-products .item {
    position: relative;
    overflow: hidden;
    padding-bottom: 19em; }
    @media (max-width: 800px) {
      .home .selected-products .item {
        padding-bottom: 16em; } }
    @media (max-width: 680px) {
      .home .selected-products .item {
        padding-bottom: 14em; } }
    .home .selected-products .item:hover figcaption {
      border-color: transparent; }
    .home .selected-products .item:hover .cross-hair {
      opacity: 1; }
    .home .selected-products .item:hover img {
      filter: grayscale(100%); }
    .home .selected-products .item img, .home .selected-products .item figcaption.cross-hair-wrap {
      position: absolute; }
    .home .selected-products .item img {
      height: 100%;
      width: auto;
      display: inline-block;
      max-width: initial;
      top: 0;
      left: -50%;
      right: -50%;
      margin: auto;
      transition: filter .2s; }
    .home .selected-products .item figcaption.cross-hair-wrap {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: 0.857142857em; }
    .home .selected-products .item h4 {
      font-weight: 300; }

.home .about-umo {
  background-color: #1e1b1d;
  color: #fff; }
  .home .about-umo .wrapper {
    padding-top: 8em;
    padding-bottom: 8em; }
    @media (max-width: 1400px) {
      .home .about-umo .wrapper {
        padding-top: 6em;
        padding-bottom: 6em; } }
    @media (max-width: 680px) {
      .home .about-umo .wrapper {
        padding-top: 4em;
        padding-bottom: 4em; } }
  .home .about-umo .section-title {
    white-space: nowrap; }

.home .partners {
  background-color: #ccc; }
  .home .partners .wrapper {
    padding-top: 8em;
    padding-bottom: 6em; }
    @media (max-width: 1400px) {
      .home .partners .wrapper {
        padding-top: 8em;
        padding-bottom: 6em; } }
    @media (max-width: 680px) {
      .home .partners .wrapper {
        padding-top: 4em;
        padding-bottom: 3.5em; } }

.home .column-right {
  padding-left: 1.5em; }
  @media (max-width: 680px) {
    .home .column-right {
      margin-top: 1.5em;
      padding-left: 0; } }

.home .column-left {
  padding-right: 1.5em; }
  @media (max-width: 680px) {
    .home .column-left {
      padding-right: 0; } }

.partners-marquee {
  overflow: hidden;
  padding: 0 0 8em; }
  @media (max-width: 1400px) {
    .partners-marquee {
      padding-bottom: 6em; } }
  @media (max-width: 680px) {
    .partners-marquee {
      padding-bottom: 3.75em; } }
  .partners-marquee li {
    display: inline-block;
    float: left; }
  .partners-marquee img {
    float: left;
    display: block;
    height: 3em;
    width: auto;
    margin: 0 3em;
    filter: grayscale(100%); }

.home #menu a {
  color: #fff; }
  .home #menu a:hover:after {
    background-color: #fff; }

.home #menu ul.wpml li.active a:after {
  background-color: #fff; }

@media (max-width: 680px) {
  .home #menu ul.wpml {
    margin-top: -1px; } }

.home #content {
  margin: 0; }

.home .section-title {
  color: #666; }
  @media (max-width: 1400px) {
    .home .section-title {
      margin-bottom: 1.75em; } }

.home.page-template #content {
  margin-top: 0 !important;
  padding-bottom: 0; }

/*
 *  -------------------------------------------------------   POSTS LOOP
 */
.posts-loop .post {
  float: left;
  width: 100%;
  background-color: #1e1b1d;
  margin-bottom: 1em; }
  .posts-loop .post img {
    float: left;
    display: block;
    width: 50%; }
    @media (max-width: 680px) {
      .posts-loop .post img {
        width: 100%; } }
  .posts-loop .post figcaption {
    color: #fff;
    padding: 1em 1.2em 0;
    width: 50%;
    display: block;
    float: left; }
    @media (max-width: 680px) {
      .posts-loop .post figcaption {
        width: 100%;
        padding: 1em; } }
  .posts-loop .post span.entry-time {
    font-size: 0.857142857em;
    display: block;
    color: #999; }
  .posts-loop .post h3 {
    font-size: 1.238095238em;
    font-family: 'Handel Gothic', sans-serif; }
  .posts-loop .post p {
    margin-top: .75em;
    font-size: .94142em; }

/*
 *  -------------------------------------------------------   PAGINATION
 */
.posts-pagination {
  margin-top: 2em;
  border-bottom: 1px solid #1e1b1d; }
  .posts-pagination .next-posts {
    float: left; }
  .posts-pagination .previous-posts {
    float: right; }

/*
 *  -------------------------------------------------------   DEFAULT PAGE
 */
.page-template-default article.wrapper header {
  position: relative;
  margin: 1em 0 1.5em; }

/*
 *  -------------------------------------------------------   SINGLE
 */
.single-post article.wrapper {
  margin-bottom: 5em; }
  .single-post article.wrapper .post-thumbnail img {
    float: left;
    width: 100%; }
  .single-post article.wrapper header {
    position: relative;
    margin: 1em 0 1.5em; }
  .single-post article.wrapper .entry-date {
    font-size: 0.857142857em;
    position: absolute;
    top: 5px;
    right: calc(100% + 1.333333em); }
    @media (max-width: 1400px) {
      .single-post article.wrapper .entry-date {
        position: static;
        float: left;
        clear: both; } }

.entry-title {
  font-size: 1.238095238em;
  font-weight: 600;
  float: left;
  clear: both; }

/*
 *  -------------------------------------------------------   PRODUCTS
 */
.manufacturer-loop {
  margin-bottom: 5em;
  width: 100%;
  float: left; }
  @media (max-width: 680px) {
    .manufacturer-loop {
      margin-top: 1.5em;
      margin-bottom: 3.75em; } }
  .manufacturer-loop li {
    border: 1px solid #1e1b1d;
    text-align: center; }
    .manufacturer-loop li a {
      display: block;
      float: left;
      width: 100%;
      height: 7em; }
      @media (max-width: 800px) {
        .manufacturer-loop li a {
          height: 6em; } }
      .manufacturer-loop li a:after {
        height: 100%;
        content: '';
        display: inline-block;
        vertical-align: middle; }
  .manufacturer-loop img {
    display: inline-block;
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    vertical-align: middle; }

.tax-product_category #content > .wrapper {
  padding: 0 .5em; }
  @media (max-width: 680px) {
    .tax-product_category #content > .wrapper {
      padding: 0 1.5em; } }

.type-loop li {
  text-align: center;
  transition: filter .2s;
  background-color: #1e1b1d; }
  .type-loop li:hover {
    filter: grayscale(100%); }

.type-loop a {
  color: #fff;
  height: 19em;
  display: block; }
  @media (max-width: 800px) {
    .type-loop a {
      height: 16em; } }
  @media (max-width: 680px) {
    .type-loop a {
      height: 14em; } }
  .type-loop a:after {
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle; }

.type-loop a:hover .cross-hair {
  opacity: 1; }

.type-loop a:hover .cross-hair-wrap {
  border-color: transparent; }

.type-loop .cross-hair-wrap {
  min-width: initial; }

.products-loop {
  margin-bottom: 5em; }
  .products-loop .product-item * {
    font-size: 0.857142857em;
    float: left;
    clear: both; }
  .products-loop .product-item .product-subtitle {
    line-height: 1.25;
    margin: .75em 0 .25em; }
  .products-loop .product-title {
    font-family: 'Handel Gothic', sans-serif; }
  .products-loop .section-title {
    margin-left: .5em; }
    @media (max-width: 1400px) {
      .products-loop .section-title {
        margin-bottom: 1em; } }
    @media (max-width: 800px) {
      .products-loop .section-title {
        margin: 0 0 1em .5em; } }

div.products-group-wrap {
  position: relative;
  margin-bottom: 2.5em; }
  div.products-group-wrap:last-of-type {
    margin-bottom: 0; }

div.no-thumbnail {
  position: relative;
  font-weight: 500; }

.product-intro-img {
  position: relative;
  text-align: center;
  background-color: #1e1b1d; }
  .product-intro-img:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%; }
  .product-intro-img figure {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden; }
    .product-intro-img figure img, .product-intro-img figure h1 {
      display: inline-block;
      height: auto;
      width: auto;
      max-height: 12em;
      max-width: 15em;
      background-color: #fff;
      padding: 1em 2em;
      float: left; }
      @media (max-width: 680px) {
        .product-intro-img figure img, .product-intro-img figure h1 {
          max-height: 9em; } }
    .product-intro-img figure h1 {
      text-transform: uppercase;
      font-size: 0.857142857em;
      font-weight: 300;
      border: 1px solid #fff;
      line-height: 1.25;
      padding: .75em 1.5em;
      min-width: 10em;
      height: auto;
      background: none;
      color: #fff;
      float: left; }
      .product-intro-img figure h1.over-logo {
        text-indent: -9999px;
        padding: 0;
        border: 0;
        min-width: initial; }

.flex-loop {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap; }
  .flex-loop > * {
    max-width: calc(33.3333% - 1em);
    width: calc(33.3333% - 1em);
    margin: .5em .5em 1.5em;
    flex-grow: 1; }
    @media (max-width: 800px) {
      .flex-loop > * {
        margin-bottom: .5em;
        max-width: calc(50% - 1em);
        width: calc(50% - 1em); } }
    @media (max-width: 680px) {
      .flex-loop > * {
        margin: 0 0 1.5em;
        max-width: none;
        width: 100%; } }

/*
 *  -------------------------------------------------------   SINGLE PRODUCT
 */
.single-product-entry header img {
  display: block;
  float: left;
  max-width: 1.5em;
  max-width: 7em;
  height: auto;
  width: auto; }

.single-product-entry .wyswig {
  clear: right; }

.single-product-entry .entry-title {
  margin: 1em 0; }

.single-product-entry .left {
  padding-right: 1em; }
  @media (max-width: 680px) {
    .single-product-entry .left {
      padding-right: 0;
      margin-bottom: 2em; } }

.single-product-entry .right {
  padding-left: 1em; }
  @media (max-width: 680px) {
    .single-product-entry .right {
      padding-left: 0; } }

.breadcrumbs {
  clear: both;
  margin-bottom: 1em; }
  @media (max-width: 680px) {
    .breadcrumbs {
      margin: 1.5em 0; } }
  .breadcrumbs li {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    position: relative;
    font-size: 0.761904762em; }
    .breadcrumbs li:after {
      color: #888;
      position: absolute;
      top: -0.15em; }
    .breadcrumbs li.entry-term-parent {
      margin-right: 1.5em; }
    .breadcrumbs li.entry-term-parent:after {
      content: '>';
      right: -1.05em; }
    .breadcrumbs li.entry-term-child {
      margin-right: 2em; }
    .breadcrumbs li.entry-term-child:after {
      content: '|';
      right: -1.25em; }
    .breadcrumbs li:last-child {
      margin-right: 0; }
    .breadcrumbs li:last-child:after {
      content: ''; }
    .breadcrumbs li a {
      color: #888;
      float: left;
      display: block; }

.single-products .products-loop {
  padding: 0 .5em; }
  @media (max-width: 1400px) {
    .single-products .products-loop {
      padding: 0 1em; } }
  @media (max-width: 680px) {
    .single-products .products-loop {
      padding: 0 1.5em; } }
  .single-products .products-loop h3 {
    margin: 5em 0 2em;
    text-transform: uppercase;
    padding-left: .5em; }

.single-products .specification {
  clear: right; }
  .single-products .specification h4 {
    font-weight: 600;
    margin: 1.5em 0 .75em; }

.single-products .specification li {
  line-height: 1.25;
  margin: .25em 0; }

.single-products .spec-key {
  font-weight: 500; }

/*
 *  -------------------------------------------------------   PAGE DIVIDERS
 */
.divider-nav {
  clear: both; }
  .divider-nav li {
    transition: filter .2s; }
    .divider-nav li:hover {
      filter: grayscale(100%); }
  .divider-nav a {
    text-align: center;
    color: #fff; }
    .divider-nav a:after {
      content: '';
      height: 100%;
      vertical-align: middle;
      display: inline-block; }

.divider-intro-nav a {
  height: 900px;
  height: calc(100vh - 124px); }
  @media (max-width: 800px) {
    .divider-intro-nav a {
      height: 16em;
      width: 100%; } }
  @media (max-width: 680px) {
    .divider-intro-nav a {
      height: 14em; } }

.divider-intro-nav li {
  width: 50%; }
  @media (max-width: 800px) {
    .divider-intro-nav li {
      width: 100%; } }

.divider-page-nav a {
  height: 12em; }

/*
 *  -------------------------------------------------------   PAGE DEFAULT
 */
.page-template-default #content {
  padding-bottom: 8em; }
  @media (max-width: 680px) {
    .page-template-default #content {
      padding-bottom: 4em; } }

/*
 *  -------------------------------------------------------   PAGE SERVICES
 */
/*
 *  -------------------------------------------------------   PAGE SUPPORT
 */
.page-template-support #content {
  background-color: #cdbe81; }

.page-template-support input, .page-template-support textarea {
  background: #cdbe81; }

.page-template-support select {
  /* General styling */
  width: 150px;
  outline: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #1e1b1d;
  cursor: pointer;
  /* Removes the default <select> styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Positions background arrow image */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 135px center;
  background-color: #cdbe81; }

/*
 *  -------------------------------------------------------   PAGE TRAININGS
 */
.page-template-trainings #content {
  background-color: #ba9e85; }

/*
 *  -------------------------------------------------------   PAGE TRAININGS & SUPPORT
 */
.page-template-trainings article,
.page-template-support article,
.error404 article {
  padding-top: 3em;
  padding-bottom: 7em; }
  @media (max-width: 680px) {
    .page-template-trainings article,
    .page-template-support article,
    .error404 article {
      padding-bottom: 3.75em; } }

/*
 *  -------------------------------------------------------   PAGE ABOUT
 */
@media (max-width: 1400px) {
  .page-template-about .section-title {
    margin-bottom: 1em; } }

.references {
  margin: 2em 0; }
  .references li {
    margin-bottom: 1em; }
  .references img {
    border: 1px solid #1e1b1d;
    display: inline-block;
    max-width: 10em;
    height: auto;
    margin-right: 1em; }
  .references a {
    display: block;
    float: left;
    margin-bottom: 1em; }

/*
 *  -------------------------------------------------------   PAGE CONTACT
 */
#map {
  margin-bottom: 4em; }
  @media (max-width: 680px) {
    #map {
      margin-bottom: 3em; } }

.contact-form {
  background-color: #eee;
  padding: 4em 0; }
  @media (max-width: 680px) {
    .contact-form {
      padding: 4em 0 3.75em; } }

.page-template-contact #content {
  padding-bottom: 0;
  margin-bottom: 0; }

.page-template-contact .contact-info {
  margin-top: 3em; }

.page-template-contact article.wrapper {
  margin-bottom: 4em; }

/*
 *  -------------------------------------------------------   iFRAME
 */
/*
 *  -------------------------------------------------------   FOOTER
 */
#footer {
  background-color: #1e1b1d;
  color: #fff; }
  #footer p {
    font-size: 0.857142857em; }
  #footer .section-title {
    top: 32px;
    color: #666;
    font-weight: 300;
    margin-bottom: 1.75em; }
  #footer .wrapper {
    padding-top: 8em;
    padding-bottom: 8em; }
    @media (max-width: 680px) {
      #footer .wrapper {
        padding-top: 4em;
        padding-bottom: 4em; } }
  #footer strong {
    font-size: 1.166666667em; }
  #footer a {
    color: #fff;
    text-decoration: none; }
  #footer .copy {
    padding-bottom: 1em;
    padding-top: 0;
    color: #666;
    font-size: 15px; }

.social-links {
  float: right; }
  @media (max-width: 680px) {
    .social-links {
      float: left;
      margin-top: 2em; } }
  .social-links a {
    float: left;
    display: block; }
    .social-links a:first-child {
      margin-right: .5em; }
    .social-links a:hover svg path {
      fill: #fff; }
  .social-links svg path {
    fill: #888;
    transition: fill .15s; }

/*
 *  -------------------------------------------------------   WPCF7
 */
.wpcf7 {
  font-size: 0.857142857em;
  float: left;
  width: 100%; }
  .wpcf7 p {
    margin-bottom: .5em;
    display: block;
    float: left;
    width: 100%; }
  .wpcf7 label {
    display: block;
    width: 12.5em;
    float: left;
    text-align: right;
    padding-right: 1em;
    text-transform: uppercase;
    margin-top: 3px;
    clear: left; }
    @media (max-width: 680px) {
      .wpcf7 label {
        width: 100%;
        margin-bottom: .5em;
        text-align: left; } }
  .wpcf7 input[type="email"], .wpcf7 input[type="text"], .wpcf7 input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .wpcf7 input, .wpcf7 textarea {
    border: 0;
    border-bottom: 1px solid #1e1b1d;
    outline: none;
    background: none;
    display: block;
    width: 100%;
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    color: #1e1b1d;
    opacity: 1; }
    @media (max-width: 680px) {
      .wpcf7 input, .wpcf7 textarea {
        border: 1px solid #1e1b1d; } }
  .wpcf7 label + span {
    display: block;
    float: right;
    width: calc(100% - 12.5em); }
    @media (max-width: 680px) {
      .wpcf7 label + span {
        width: 100%; } }
  .wpcf7 input {
    float: right; }
  .wpcf7 input[type="checkbox"] {
    float: left;
    width: auto;
    margin-top: 5px; }
  .wpcf7 .wpcf7-acceptance label {
    text-align: left;
    float: left;
    width: auto;
    text-transform: none;
    text-indent: .5em; }
    @media (max-width: 680px) {
      .wpcf7 .wpcf7-acceptance label {
        text-indent: 0; } }
    @media (max-width: 680px) {
      .wpcf7 .wpcf7-acceptance label span {
        display: block;
        margin-left: 2em; } }
  .wpcf7 textarea {
    resize: none;
    height: 1.6em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    @media (max-width: 800px) {
      .wpcf7 textarea {
        height: 3em; } }
  .wpcf7 span.wpcf7-list-item {
    margin: 0; }
  .wpcf7 a {
    font-weight: 600;
    display: inline;
    text-decoration: none; }
  .wpcf7 input[type=submit] {
    margin-top: 1.5em;
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    border: 1px solid #1e1b1d;
    padding: 0 2em;
    line-height: 2.25;
    color: #1e1b1d;
    text-transform: uppercase;
    font-size: 0.857142857em;
    width: auto;
    float: left;
    margin-left: 14.5em;
    clear: left;
    transition: all .2s; }
    @media (max-width: 680px) {
      .wpcf7 input[type=submit] {
        margin-left: 0; } }
    .wpcf7 input[type=submit]:hover {
      background-color: #1e1b1d;
      color: #eee;
      border-color: #1e1b1d; }

span.wpcf7-not-valid-tip, span.wpcf7-response-output,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  display: block;
  float: left;
  width: 100%;
  color: #db0000; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  color: #1e1b1d;
  border: 2px solid #eddd00; }

/*
 *  -------------------------------------------------------   iFRAME
 */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*
 *  -------------------------------------------------------   CROSS HAIR
 */
.cross-hair-wrap {
  text-transform: uppercase;
  font-size: 0.857142857em;
  border: 1px solid #fff;
  line-height: 1.25;
  padding: .75em 1.5em;
  min-width: 10em;
  position: relative;
  transition: border-color 0.2s; }
  @media (max-width: 800px) {
    .cross-hair-wrap {
      font-size: 18px; } }
  @media (max-width: 680px) {
    .cross-hair-wrap {
      font-size: 17px; } }
  .cross-hair-wrap h1, .cross-hair-wrap h2, .cross-hair-wrap h3, .cross-hair-wrap h4, .cross-hair-wrap h5, .cross-hair-wrap h6 {
    font-weight: 300;
    line-height: 1.25; }

.divider-nav a:hover .cross-hair {
  opacity: 1; }

.divider-nav a:hover .cross-hair-wrap {
  border-color: transparent; }

.cross-hair {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s; }
  .cross-hair span {
    position: absolute;
    display: block;
    background-color: #fff; }
  .cross-hair .vert {
    width: 1px;
    height: 16px;
    left: 50%; }
    .cross-hair .vert:first-child {
      top: -24px; }
    .cross-hair .vert:nth-child(2) {
      bottom: -24px; }
  .cross-hair .hor {
    width: 16px;
    height: 1px;
    top: 50%; }
    .cross-hair .hor:nth-child(3) {
      left: -24px; }
    .cross-hair .hor:last-child {
      right: -24px; }

/*
 *  -------------------------------------------------------   COOKIE
 */
#cookie-bar {
  padding: 1.5em 0;
  font-size: .75em;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 99;
  background-color: #1e1b1d; }
  #cookie-bar a {
    color: #999;
    text-decoration: none; }
    #cookie-bar a:hover {
      color: #cfcfcf; }
  #cookie-bar .wyswig p {
    max-width: 100%; }

button#catapultCookie {
  margin-top: 1.5em;
  outline: none;
  border: 0;
  text-transform: uppercase;
  text-align: center;
  float: right;
  color: #1e1b1d;
  font-weight: 600;
  background: #999;
  color: #111;
  box-shadow: 0 0 5px #111;
  padding: 0.25em 1.5em;
  font-family: 'Saira', sans-serif; }
  button#catapultCookie:hover {
    background: #111;
    color: #ccc; }
