/**
Theme Name: D2 Spectre
Author: D2
Author URI: http://www.d2.co.nz
Description: Based on Spectre
Version: 6.1 
**/
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 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 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

/**
 * Modify default styling of address.
 */
address {
  font-style: normal; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * 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; }

/**
 * 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: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  /* 1 (changed) */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */ }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  margin: 0;
  /* 2 */ }

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
  outline: none; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

html {
  box-sizing: border-box;
  font-size: 26px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #000;
  color: #fff;
  font-family: acumin-pro, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

a {
  color: #fff;
  outline: none;
  text-decoration: none; }
  a:focus, a:hover, a:active, a.active {
    color: #e6e6e6;
    text-decoration: underline; }
  a:visited {
    color: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .5em;
  margin-top: 0; }

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

h1,
.h1 {
  font-size: 2rem; }

h2,
.h2 {
  font-size: 1.6rem; }

h3,
.h3 {
  font-size: 1.4rem; }

h4,
.h4 {
  font-size: 1.2rem; }

h5,
.h5 {
  font-size: 1rem; }

h6,
.h6 {
  font-size: .8rem; }

p {
  margin: 0 0 1.2rem; }

a,
ins,
u {
  text-decoration-skip: ink edges; }

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none; }

kbd {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: .1rem .2rem;
  background: #fff;
  color: #fff;
  font-size: 0.7rem; }

mark {
  background: #ffe9b3;
  color: #fff;
  border-bottom: 0.05rem solid #ffd367;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem 0; }

blockquote {
  border-left: 0.1rem solid white;
  margin-left: 0;
  padding: 0.4rem 0.8rem; }
  blockquote p:last-child {
    margin-bottom: 0; }

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 0.8rem 0 0.8rem 0.8rem; }
  ul li,
  ol li {
    margin-top: 0.4rem; }

ul {
  list-style: disc inside; }
  ul ul {
    list-style-type: circle; }

ol {
  list-style: decimal outside; }
  ol ol {
    list-style-type: lower-alpha; }

dl dt {
  font-weight: bold; }
dl dd {
  margin: 0.4rem 0 0.8rem 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 1270px;
  width: 100%; }
  .container.grid-xl {
    max-width: 1386.8px; }
  .container.grid-lg {
    max-width: 1044.8px; }
  .container.grid-md {
    max-width: 788.8px; }
  .container.grid-sm {
    max-width: 434.8px; }
  .container.grid-xs {
    max-width: 395.8px; }

.container-fluid {
  max-width: 1920px !important;
  padding: 0; }

.row-block {
  padding: 50px 0; }

.row-block.none {
  background: transparent !important; }

.row-block.white {
  background-color: #fff !important; }

.row-block.light-grey {
  background-color: #f7f8f9 !important; }

.row-block.grey {
  background-color: #f1f1f1 !important; }

.row-block.primary-bg {
  background-color: #000 !important; }

.row-block.nopadd-top {
  padding-top: 0 !important; }

.nopadd-bottom {
  padding-bottom: 0 !important; }

.nopadd {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.primary {
  color: #fff !important; }

#page {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 2493px;
  margin: 0 auto; }

#layout {
  min-height: calc(100vh - 73px); }

#page section:last-of-type {
  margin-bottom: 0; }

.sticky-header #page {
  padding-top: 150px; }

.show-xxs,
.show-xs,
.show-sm,
.show-mb,
.show-md,
.show-lg,
.show-xl {
  display: none !important; }

.cols,
.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem; }
  .cols.col-gapless,
  .columns.col-gapless {
    margin-left: 0;
    margin-right: 0; }
    .cols.col-gapless > .column,
    .columns.col-gapless > .column {
      padding-left: 0;
      padding-right: 0; }
  .cols.col-oneline,
  .columns.col-oneline {
    flex-wrap: nowrap;
    overflow-x: auto; }

[class~="col-"],
.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }
  [class~="col-"].col-12, [class~="col-"].col-11, [class~="col-"].col-10, [class~="col-"].col-9, [class~="col-"].col-8, [class~="col-"].col-7, [class~="col-"].col-6, [class~="col-"].col-5, [class~="col-"].col-4, [class~="col-"].col-3, [class~="col-"].col-2, [class~="col-"].col-1, [class~="col-"].col-auto,
  .column.col-12,
  .column.col-11,
  .column.col-10,
  .column.col-9,
  .column.col-8,
  .column.col-7,
  .column.col-6,
  .column.col-5,
  .column.col-4,
  .column.col-3,
  .column.col-2,
  .column.col-1,
  .column.col-auto {
    flex: none; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto; }

.col-mx-auto {
  margin-left: auto;
  margin-right: auto; }

.col-ml-auto {
  margin-left: auto; }

.col-mr-auto {
  margin-right: auto; }

.column .box {
  text-align: left;
  width: 50%; }

.textalign-left .column .box {
  padding: 0;
  margin-right: 0; }

.textalign-right .column .box {
  text-align: right;
  margin-left: 0; }

.textalign-center .column .box {
  text-align: center;
  margin: auto;
  width: 75%; }

.light .box > p, .light .box h1 {
  color: #fff !important; }

.dark .box > p {
  color: #fff !important; }

.mr20, .mr25, .mr33, .mr40 {
  width: 20%;
  display: inline-block;
  float: left;
  margin-right: 75px;
  margin-bottom: 75px; }

.mr25 {
  width: 25%; }

.mr33 {
  width: 33%; }

.mr40 {
  width: 40%; }

.sticky-header-overlay .section-banner-block .overlay-shadow,
.sticky-header-overlay .section-page-banner .overlay-shadow {
  width: 100%;
  height: 295px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 46%, rgba(0, 0, 0, 0.16) 66%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 46%, rgba(0, 0, 0, 0.16) 66%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 46%, rgba(0, 0, 0, 0.16) 66%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 46%, rgba(0, 0, 0, 0.16) 66%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(46%, rgba(0, 0, 0, 0.35)), color-stop(66%, rgba(0, 0, 0, 0.16)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 46%, rgba(0, 0, 0, 0.16) 66%, transparent 100%); }

.section-page-banner.small-screen.row-block {
  height: 35vh; }

@media (max-width: 1366px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-auto {
    flex: none; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-11 {
    width: 91.66666667%; }

  .col-xl-10 {
    width: 83.33333333%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-8 {
    width: 66.66666667%; }

  .col-xl-7 {
    width: 58.33333333%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-5 {
    width: 41.66666667%; }

  .col-xl-4 {
    width: 33.33333333%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-2 {
    width: 16.66666667%; }

  .col-xl-1 {
    width: 8.33333333%; }

  .col-xl-auto {
    width: auto; }

  .hide-xl {
    display: none !important; }

  .show-xl {
    display: block !important; } }
@media (max-width: 1270px) {
  .container {
    padding-left: 50px;
    padding-right: 50px; } }
@media (max-width: 1024px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    flex: none; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-auto {
    width: auto; }

  .hide-lg {
    display: none !important; }

  .show-lg {
    display: block !important; }

  #layout {
    min-height: 320px; }

  .row-block {
    padding: 33.75px 0; }

  html {
    font-size: 25px; } }
@media (max-width: 768px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    flex: none; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-auto {
    width: auto; }

  .hide-md {
    display: none !important; }

  .show-md {
    display: block !important; }

  section .heading .column .box, .section-content-block .column .box {
    width: 100% !important; }

  html {
    font-size: 24px; }

  h2, .h2 {
    font-size: 1.4rem; } }
@media (max-width: 600px) {
  h1, .h1 {
    font-size: 1.7rem; }

  h2, .h2 {
    font-size: 1.5rem; }

  h3, .h3 {
    font-size: 1.3rem; }

  .btn {
    font-size: 1em;
    line-height: 1em; }

  .col-mb-12,
  .col-mb-11,
  .col-mb-10,
  .col-mb-9,
  .col-mb-8,
  .col-mb-7,
  .col-mb-6,
  .col-mb-5,
  .col-mb-4,
  .col-mb-3,
  .col-mb-2,
  .col-mb-1,
  .col-mb-auto {
    flex: none; }

  .col-mb-12 {
    width: 100%; }

  .col-mb-11 {
    width: 91.66666667%; }

  .col-mb-10 {
    width: 83.33333333%; }

  .col-mb-9 {
    width: 75%; }

  .col-mb-8 {
    width: 66.66666667%; }

  .col-mb-7 {
    width: 58.33333333%; }

  .col-mb-6 {
    width: 50%; }

  .col-mb-5 {
    width: 41.66666667%; }

  .col-mb-4 {
    width: 33.33333333%; }

  .col-mb-3 {
    width: 25%; }

  .col-mb-2 {
    width: 16.66666667%; }

  .col-mb-1 {
    width: 8.33333333%; }

  .col-mb-auto {
    width: auto; }

  .hide-mb {
    display: none !important; }

  .show-mb {
    display: block !important; } }
@media (max-width: 414px) {
  html {
    font-size: 18px; }

  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    flex: none; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-auto {
    width: auto; }

  .hide-sm {
    display: none !important; }

  .show-sm {
    display: block !important; }

  .container {
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 375px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    flex: none; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-11 {
    width: 91.66666667%; }

  .col-xs-10 {
    width: 83.33333333%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-8 {
    width: 66.66666667%; }

  .col-xs-7 {
    width: 58.33333333%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-5 {
    width: 41.66666667%; }

  .col-xs-4 {
    width: 33.33333333%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-2 {
    width: 16.66666667%; }

  .col-xs-1 {
    width: 8.33333333%; }

  .col-xs-auto {
    width: auto; }

  .hide-xs {
    display: none !important; }

  .show-xs {
    display: block !important; } }
@media (max-width: 320px) {
  .hide-xxs {
    display: none !important; }

  .show-xxs {
    display: block !important; } }
.header {
  padding: 0;
  background-color: #000; }

.sticky-header .header, .sticky-header-overlay .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0;
  z-index: 999;
  height: 150px; }

.sticky-header-overlay .header {
  background-color: #000; }

.sticky-header.header_sticky .header, .sticky-header-overlay.header_sticky .header {
  position: fixed;
  top: 0;
  background-color: transparent;
  height: 73px;
  top: 0;
  left: 0;
  animation: smoothScroll 1.5s forwards; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-225px); }
  100% {
    transform: translateY(0px); } }
#menu-top {
  margin: 0; }

.header, .header .container, .header .container .columns {
  height: 150px; }

.header_sticky .header {
  border-bottom: 1px solid #000;
  background-color: #000 !important;
  top: 0; }

.header_sticky .header, .header_sticky .header .container, .header_sticky .header .container .columns {
  height: 73px; }

.header:after {
  clear: both; }

.sitenav {
  display: flex;
  align-self: center; }

.header .logo {
  display: flex;
  align-self: center; }

.header_sticky .header .logo {
  height: 73px; }

.logo img {
  display: block;
  float: left;
  flex-grow: 1; }

.logo a {
  text-decoration: none;
  display: flex;
  line-height: 1;
  padding: 0 !important;
  border-bottom: none; }

.header .logo img {
  flex-grow: 10;
  transition: all 0.3s;
  width: auto;
  height: 140px;
  margin-top: 10px; }

.header_sticky .header .logo img {
  height: 73px;
  margin-top: 5px; }

.column .nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 150px;
  margin-left: auto;
  margin-right: -17px; }

.header_sticky .column .nav-list {
  height: 73px; }

.nav-list > li {
  display: inline-block;
  margin: 0;
  line-height: 150px; }

.header_sticky .nav-list > li {
  line-height: 73px; }

.header_sticky .nav-list > li a {
  font-size: .7rem; }

.nav-list li > a {
  border-bottom: none; }

.nav-list li > a,
.nav-list li > span,
.logo a {
  color: #fff;
  position: relative;
  display: inline;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: unset;
  padding: 0 17px 0;
  transition: background .2s, color .2s; }

.header .nav-list li > span {
  cursor: pointer; }

.nav-list li.show-mobile {
  display: none; }

.nav-list li:hover a,
.nav-list > li > a:focus,
.nav-list > li > a:hover,
.nav-list > li > a:active,
.nav-list > li.current-menu-item > a,
.nav-list > li > em:focus,
.nav-list > li > em:hover,
.nav-list > li > em:active,
.nav-list > li.current-menu-item > em {
  color: #fff !important;
  text-decoration: none; }

.nav-list li.current-menu-item span,
.nav-list li.current_page_item span,
.nav-list li.current-menu-parent span,
.nav-list li.current_page_parent span,
.nav-list li:hover a > span,
.post-type-archive-project .nav-list li.menu-item-home a > span,
.post-type-archive-idea .nav-list li.ideas a > span,
.single-project .nav-list li.menu-item-home a > span,
.single-idea .nav-list li.ideas a > span {
  border-bottom: 6px solid #fff;
  color: #fff !important; }

.nav-list li .sub-menu li span {
  border-bottom: transparent; }

.header_sticky .nav-list li:hover a {
  color: #fff;
  border-bottom: 2px solid transparent; }

.nav-list .sub-menu {
  margin: 0;
  position: absolute;
  z-index: 11;
  background-color: #111;
  left: 0;
  top: 150px;
  min-width: 100%;
  list-style: none;
  -webkit-padding-start: 0; }

.header_sticky .nav-list .sub-menu {
  top: 73px; }

.nav-list .sub-menu {
  min-width: 200px;
  left: auto; }

.nav-list li:not(:hover) .sub-menu {
  overflow: hidden;
  top: auto;
  opacity: 0;
  clip: rect(0, 5000px, 5000px, -5000px);
  visibility: hidden;
  min-height: 0 !important;
  max-height: 600px;
  height: 0; }

.nav-list .sub-menu > li {
  line-height: 30px; }

.nav-list .sub-menu li:first-of-type {
  padding-top: 20px;
  margin-top: 0; }

.nav-list .sub-menu li:last-of-type {
  padding-bottom: 20px;
  margin-bottom: 0; }

.nav-list .sub-menu li > a {
  display: block;
  padding: 0 20px; }

.nav-list .sub-menu li > a span {
  padding-left: 0; }

.nav-list > .sub-menu {
  padding-top: 40px; }

.nav-list > li > a:hover,
.nav-list > li > a:focus {
  background: transparent;
  color: inherit; }

.nav-list li:hover .sub-menu li a, .nav-list li:hover .sub-menu li a span {
  color: #fff !important; }

.nav-list .sub-menu li a:hover span,
.nav-list .sub-menu li.current-menu-item span,
.nav-list li.wpmenucartli:hover span {
  border-bottom: 1px solid transparent; }

.nav-list li .sub-menu li:hover a, .nav-list li .sub-menu li:hover a span,
.nav-list li .sub-menu li.current-menu-item span,
.nav-list li.wpmenucartli:hover span, .nav-list li.wpmenucartli:hover i {
  color: #fff !important; }

.nav-list li.current-menu-parent > a,
.nav-list li.current-menu-item > a,
.nav-list li.current-menu-parent > span,
.nav-list li.current-menu-item > span {
  color: #fff; }

.navRight {
  float: right; }

.hidden-wpmenucart, .empty-wpmenucart {
  display: inline-block !important; }

@media (max-width: 1366px) {
  .header .logo img {
    height: 130px; } }
/* first mobilemenu kick in 1024*/
@media (max-width: 1024px) {
  .sitenav {
    display: none; } }
/* second mobilemenu kick in 768*/
@media (max-width: 768px) {
  .header,
  .header .container,
  .header .container .columns,
  .sticky-header .header,
  .sticky-header .header .container,
  .sticky-header .header .container .columns,
  .sticky-header-overlay .header,
  .sticky-header-overlay .header .container,
  .sticky-header-overlay .header .container .columns {
    height: 100px !important;
    flex-grow: 1; }

  .header .logo, .header .mobile-menu .off-canvas {
    height: 100px; }

  .header .logo img {
    flex-grow: unset !important;
    margin-top: -20px; } }
@media (max-width: 600px) {
  .header,
  .header .container,
  .header .container .columns,
  .sticky-header .header,
  .sticky-header .header .container,
  .sticky-header .header .container .columns,
  .sticky-header-overlay .header,
  .sticky-header-overlay .header .container,
  .sticky-header-overlay .header .container .columns {
    height: 73px !important;
    flex-grow: 1; }

  .header .logo, .header .mobile-menu .off-canvas {
    height: 73px; }

  .header .logo img {
    flex-grow: unset !important;
    margin-top: 5px !important; } }
.footerwidgets,
.footer {
  color: #fff;
  font-size: 0.8em;
  background-color: #000; }

.footerwidgets .columns .box {
  padding-top: 25px;
  padding-bottom: 16.6666666667px;
  padding-right: 25px;
  width: 100%; }

.footer-widget,
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

.footer-widget a {
  padding: 0 5px;
  color: #fff; }

.footer-widget .widget-title-footer {
  color: #fff; }

.footer-widget .menu {
  background: transparent;
  border-radius: unset;
  box-shadow: none;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0;
  transform: none; }

.footer-widget .menu .menu-item > a {
  border-radius: unset;
  color: inherit;
  display: inline-block;
  margin: 0 -.4rem;
  padding: 0 .4rem;
  text-decoration: none;
  border: none; }

.footer-widget .menu .menu-item {
  padding: 0; }

.menu .menu-item > a:focus,
.menu .menu-item > a:hover,
.footer-widget a:focus,
.footer-widget a:hover {
  background: #000;
  text-decoration: none;
  color: #fff; }

.footer {
  padding: 0;
  height: 73px; }

.footer .columns {
  border-top: solid #fff 1px; }

.footer ul {
  margin: 0;
  padding: 24px 0;
  list-style: none;
  height: 100%;
  margin-left: auto; }

.footer ul > li {
  position: relative;
  display: inline-block;
  margin: 0; }

.footer ul li + li::before {
  content: "|";
  margin: 0 1em; }

.footer .no_link a {
  cursor: default;
  color: #fff; }

.footer .developedby,
.footer .developedby a,
.footer .developedby a:hover {
  color: #fff !important;
  border-bottom: none;
  background: transparent;
  text-align: right; }

.footerwidgets .menu-mobile-footer-container {
  display: none; }

.footerwidgets .textwidget {
  margin-top: 0.5em; }

.footerwidgets p {
  margin: 0 0 0.75em; }

/*social list */
.social-list {
  list-style: none; }

.social-list li {
  position: relative;
  display: inline-block !important;
  margin: 0 0.25em 0 0 !important;
  font-size: 0.9em; }

.social-list li a:hover {
  background-color: transparent;
  border: none;
  background-size: 35px; }

.social-list a.social {
  background-size: 35px;
  background-repeat: no-repeat;
  display: block;
  width: 35px;
  height: 35px;
  border: none;
  padding: 0; }

.social-list .social-icon {
  width: 35px;
  height: 35px; }

.social-list .outer-ring {
  stroke: #fff;
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
  transition: stroke .3s; }

.social-list .inner-icon {
  fill: #fff;
  transition: fill .3s; }

.social-list a.social:hover .outer-ring {
  stroke: #fff; }

.social-list a.social:hover .inner-icon {
  fill: #fff; }

.footerwidgets .columns.footercolumns1 .box {
  padding-bottom: 0;
  padding-right: 0;
  width: 100%; }

.footerwidgets .columns.footercolumns1 img {
  width: 100%;
  max-width: 200px;
  height: auto; }

.footerwidgets .columns.footercolumns2 {
  border-bottom: 1px solid white; }

.footerwidgets .columns.footercolumns2 .column:first-of-type .box {
  padding-right: 0; }

.footer-widget h6 {
  color: #fff !important;
  font-weight: 500;
  line-height: 1.5;
  font-size: .7rem; }

/*END social list */
@media (max-width: 1024px) {
  .footerwidgets .columns.footercolumns2 .column:first-of-type .box {
    padding-right: 100px; }

  .footer {
    height: auto; }

  .footer, .footer .developedby {
    text-align: center; }

  .footer ul {
    padding: 24px 0 6px; }

  .footer .developedby ul {
    padding: 6px 0 24px; } }
@media (max-width: 768px) {
  .footerwidgets .columns .box {
    text-align: center; }

  .footerwidgets .footercolumns1.columns .box {
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 0;
    padding-right: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  .footerwidgets .footercolumns2.columns .box {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 0 !important;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

  .footerwidgets .columns.footercolumns2 .column:first-of-type .box {
    padding-bottom: 0;
    padding-top: 0; }

  .footerwidgets .columns.footercolumns2 .column:last-of-type .box {
    padding-top: 0; } }
@media (max-width: 600px) {
  .footerwidgets .footercolumns1.columns .box {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 0; }

  .footerwidgets .footercolumns2.columns .box {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 0 !important;
    width: 100%;
    text-align: center; }

  .footerwidgets .columns.footercolumns2 .column:first-of-type .box {
    padding-right: 0 !important; }

  .footerwidgets .table {
    text-align: center; } }
@media (max-width: 414px) {
  .footer .r-box br:before {
    content: ' '; }

  .footer .r-box br {
    display: none; }

  .developedby:before {
    content: ' '; }

  .footerwidgets {
    display: none; }

  .footer ul > li {
    display: block; }

  .footer ul li + li::before {
    display: none; } }
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left; }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background: transparent; }
  .table tbody tr.active, .table.table-striped tbody tr.active {
    background: rgba(0, 0, 0, 0); }
  .table.table-hover tbody tr:hover {
    background: rgba(0, 0, 0, 0); }
  .table.table-scroll {
    display: block;
    overflow-x: auto;
    padding-bottom: .75rem;
    white-space: nowrap; }
  .table td,
  .table th {
    border-bottom: 0.05rem solid white;
    padding: 0.6rem 0.4rem; }
  .table th {
    border-bottom-width: 0.1rem; }

.form-group:not(:last-child) {
  margin-bottom: 0.4rem; }

fieldset {
  margin-bottom: 0.8rem; }

legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem; }

.form-label {
  display: block;
  line-height: 1.2rem;
  padding: 0.3rem 0; }
  .form-label.label-sm {
    font-size: 0.7rem;
    padding: 0.1rem 0; }
  .form-label.label-lg {
    font-size: 0.9rem;
    padding: 0.4rem 0; }

.form-input {
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid #e6e6e6;
  border-radius: 0.1rem;
  color: #fff;
  display: block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  max-width: 100%;
  outline: none;
  padding: 0.25rem 0.4rem;
  position: relative;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  width: 100%; }
  .form-input:focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.2);
    border-color: #fff; }
  .form-input::placeholder {
    color: white; }
  .form-input.input-sm {
    font-size: 0.7rem;
    height: 1.4rem;
    padding: 0.05rem 0.3rem; }
  .form-input.input-lg {
    font-size: 0.9rem;
    height: 2rem;
    padding: 0.35rem 0.6rem; }
  .form-input.input-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .form-input[type="file"] {
    height: auto; }

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm {
  height: auto; }

.form-input-hint {
  color: white;
  font-size: 0.7rem;
  margin-top: 0.2rem; }
  .has-success .form-input-hint, .is-success + .form-input-hint {
    color: #32b643; }
  .has-error .form-input-hint, .is-error + .form-input-hint {
    color: #e85600; }

.form-select {
  appearance: none;
  border: 0.05rem solid #e6e6e6;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.25rem 0.4rem;
  vertical-align: middle;
  width: 100%;
  background: #fff; }
  .form-select:focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.2);
    border-color: #fff; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.select-sm {
    font-size: 0.7rem;
    height: 1.4rem;
    padding: 0.05rem 1.1rem 0.05rem 0.3rem; }
  .form-select.select-lg {
    font-size: 0.9rem;
    height: 2rem;
    padding: 0.35rem 1.4rem 0.35rem 0.6rem; }
  .form-select[size], .form-select[multiple] {
    height: auto;
    padding: 0.25rem 0.4rem; }
    .form-select[size] option, .form-select[multiple] option {
      padding: 0.1rem 0.2rem; }
  .form-select:not([multiple]):not([size]) {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
    padding-right: 1.2rem; }

.has-icon-left,
.has-icon-right {
  position: relative; }
  .has-icon-left .form-icon,
  .has-icon-right .form-icon {
    height: 0.8rem;
    margin: 0 0.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    z-index: 2; }

.has-icon-left .form-icon {
  left: 0.05rem; }
.has-icon-left .form-input {
  padding-left: 1.3rem; }

.has-icon-right .form-icon {
  right: 0.05rem; }
.has-icon-right .form-input {
  padding-right: 1.3rem; }

.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: 0.2rem 0;
  min-height: 1.4rem;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  position: relative; }
  .form-checkbox input,
  .form-radio input,
  .form-switch input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px; }
    .form-checkbox input:focus + .form-icon,
    .form-radio input:focus + .form-icon,
    .form-switch input:focus + .form-icon {
      box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.2);
      border-color: #fff; }
    .form-checkbox input:checked + .form-icon,
    .form-radio input:checked + .form-icon,
    .form-switch input:checked + .form-icon {
      background: #fff;
      border-color: #fff; }
  .form-checkbox .form-icon,
  .form-radio .form-icon,
  .form-switch .form-icon {
    border: 0.05rem solid #e6e6e6;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    transition: background .2s, border .2s, box-shadow .2s, color .2s; }
  .form-checkbox.input-sm,
  .form-radio.input-sm,
  .form-switch.input-sm {
    font-size: 0.7rem;
    margin: 0; }
  .form-checkbox.input-lg,
  .form-radio.input-lg,
  .form-switch.input-lg {
    font-size: 0.9rem;
    margin: 0.3rem 0; }

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem; }
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: rgba(0, 0, 0, 0); }

.form-checkbox .form-icon {
  border-radius: 0.1rem; }
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px; }
.form-checkbox input:indeterminate + .form-icon {
  background: #fff;
  border-color: #fff; }
  .form-checkbox input:indeterminate + .form-icon::before {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 10px; }

.form-radio .form-icon {
  border-radius: 50%; }
.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px; }

.form-switch {
  padding-left: 2rem; }
  .form-switch .form-icon {
    background: white;
    background-clip: padding-box;
    border-radius: 0.45rem;
    height: 0.9rem;
    left: 0;
    top: 0.25rem;
    width: 1.6rem; }
    .form-switch .form-icon::before {
      background: #fff;
      border-radius: 50%;
      content: "";
      display: block;
      height: 0.8rem;
      left: 0;
      position: absolute;
      top: 0;
      transition: background .2s, border .2s, box-shadow .2s, color .2s, left .2s;
      width: 0.8rem; }
  .form-switch input:checked + .form-icon::before {
    left: 14px; }
  .form-switch input:active + .form-icon::before {
    background: transparent; }

.input-group {
  display: flex; }
  .input-group .input-group-addon {
    background: transparent;
    border: 0.05rem solid #e6e6e6;
    border-radius: 0.1rem;
    line-height: 1.2rem;
    padding: 0.25rem 0.4rem;
    white-space: nowrap; }
    .input-group .input-group-addon.addon-sm {
      font-size: 0.7rem;
      padding: 0.05rem 0.3rem; }
    .input-group .input-group-addon.addon-lg {
      font-size: 0.9rem;
      padding: 0.35rem 0.6rem; }
  .input-group .form-input,
  .input-group .form-select {
    flex: 1 1 auto;
    width: 1%; }
  .input-group .input-group-btn {
    z-index: 1; }
  .input-group .form-input:first-child:not(:last-child),
  .input-group .form-select:first-child:not(:last-child),
  .input-group .input-group-addon:first-child:not(:last-child),
  .input-group .input-group-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .input-group .form-input:not(:first-child):not(:last-child),
  .input-group .form-select:not(:first-child):not(:last-child),
  .input-group .input-group-addon:not(:first-child):not(:last-child),
  .input-group .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -0.05rem; }
  .input-group .form-input:last-child:not(:first-child),
  .input-group .form-select:last-child:not(:first-child),
  .input-group .input-group-addon:last-child:not(:first-child),
  .input-group .input-group-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -0.05rem; }
  .input-group .form-input:focus,
  .input-group .form-select:focus,
  .input-group .input-group-addon:focus,
  .input-group .input-group-btn:focus {
    z-index: 2; }
  .input-group .form-select {
    width: auto; }
  .input-group.input-inline {
    display: inline-flex; }

.has-success .form-input, .form-input.is-success,
.has-success .form-select, .form-select.is-success {
  background: #f9fdfa;
  border-color: #32b643; }
  .has-success .form-input:focus, .form-input.is-success:focus,
  .has-success .form-select:focus, .form-select.is-success:focus {
    box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2); }
.has-error .form-input, .form-input.is-error, .has-error .form-select, .form-select.is-error {
  background: #fffaf7;
  border-color: #e85600; }
  .has-error .form-input:focus, .form-input.is-error:focus, .has-error .form-select:focus, .form-select.is-error:focus {
    box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); }

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon, .form-radio.is-error .form-icon,
.has-error .form-switch .form-icon, .form-switch.is-error .form-icon {
  border-color: #e85600; }
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon, .form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon, .form-switch.is-error input:checked + .form-icon {
  background: #e85600;
  border-color: #e85600; }
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon, .form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon, .form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
  border-color: #e85600; }

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #e85600;
  border-color: #e85600; }

.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600; }
  .form-input:not(:placeholder-shown):invalid:focus {
    box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
    background: #fffaf7; }
  .form-input:not(:placeholder-shown):invalid + .form-input-hint {
    color: #e85600; }

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
  opacity: .5; }

.form-input[readonly] {
  background-color: transparent; }

input:disabled + .form-icon, input.disabled + .form-icon {
  background: rgba(0, 0, 0, 0);
  cursor: not-allowed;
  opacity: .5; }

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #fff; }

.form-horizontal {
  padding: 0.4rem 0; }
  .form-horizontal .form-group {
    display: flex;
    flex-wrap: wrap; }

.form-inline {
  display: inline-block; }

.card {
  background: transparent;
  border: 0.05rem solid white;
  border-radius: 0;
  display: flex;
  flex-direction: column; }
  .card .card-header,
  .card .card-body,
  .card .card-footer {
    padding: 0.8rem;
    padding-bottom: 0; }
    .card .card-header:last-child,
    .card .card-body:last-child,
    .card .card-footer:last-child {
      padding-bottom: 0.8rem; }
  .card .card-body {
    flex: 1 1 auto; }
  .card .card-image {
    padding-top: 0.8rem; }
    .card .card-image:first-child {
      padding-top: 0; }
  .card .card-image.vimeo {
    position: relative;
    padding-bottom: 56.5%; }
    .card .card-image.vimeo .link {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .card .card-image.vimeo .link .playbtn {
        display: inline-block;
        position: relative;
        width: 100px;
        height: 100px;
        cursor: pointer; }
        .card .card-image.vimeo .link .playbtn .player-icon-bg {
          width: 100px;
          height: 100px; }
        .card .card-image.vimeo .link .playbtn .player-icon {
          fill: rgba(255, 255, 255, 0.9);
          transition: fill .6s ease; }
        .card .card-image.vimeo .link .playbtn:hover .player-icon {
          fill: #fff; }
    .card .card-image.vimeo .video-vimeo {
      display: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 500;
      width: 100%;
      height: 100%; }
      .card .card-image.vimeo .video-vimeo iframe, .card .card-image.vimeo .video-vimeo embed, .card .card-image.vimeo .video-vimeo object {
        width: 100%;
        height: 100%;
        border: none; }
  .card .card-image.vimeo.vimeo-active .video-vimeo {
    display: block;
    background: #fff; }

.light-grey .card-image.vimeo.vimeo-active .video-vimeo {
  background: #f7f8f9; }

.grey .card-image.vimeo.vimeo-active .video-vimeo {
  background: #f1f1f1; }

.primary-bg .card-image.vimeo.vimeo-active .video-vimeo {
  background: #000; }

.btn, div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  appearance: none;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.1em;
  outline: none;
  padding: 0.75em 2em;
  text-align: center;
  text-decoration: none;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 1.1em; }
  .btn:focus, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.2); }
  .btn:focus, .btn:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.active, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form input[type=submit].active, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit].active, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button.active {
    background: #f7f7f7;
    border-color: #ebebeb;
    color: #fff;
    text-decoration: none; }
    .btn:active.loading::after, .btn.active.loading::after, div.wpforms-container-full .wpforms-form input[type=submit]:active.loading::after, div.wpforms-container-full .wpforms-form input[type=submit].active.loading::after, div.wpforms-container-full .wpforms-form button[type=submit]:active.loading::after, div.wpforms-container-full .wpforms-form button[type=submit].active.loading::after, div.wpforms-container-full .wpforms-form .wpforms-page-button:active.loading::after, div.wpforms-container-full .wpforms-form .wpforms-page-button.active.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
  .btn[disabled], .btn:disabled, .btn.disabled, div.wpforms-container-full .wpforms-form input[type=submit][disabled], div.wpforms-container-full .wpforms-form input[type=submit]:disabled, div.wpforms-container-full .wpforms-form input[type=submit].disabled, div.wpforms-container-full .wpforms-form button[type=submit][disabled], div.wpforms-container-full .wpforms-form button[type=submit]:disabled, div.wpforms-container-full .wpforms-form button[type=submit].disabled, div.wpforms-container-full .wpforms-form .wpforms-page-button[disabled], div.wpforms-container-full .wpforms-form .wpforms-page-button:disabled, div.wpforms-container-full .wpforms-form .wpforms-page-button.disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none; }
  .btn.btn-link, div.wpforms-container-full .wpforms-form input[type=submit].btn-link, div.wpforms-container-full .wpforms-form button[type=submit].btn-link, div.wpforms-container-full .wpforms-form .wpforms-page-button.btn-link {
    background: transparent;
    border-color: transparent;
    color: #fff; }
    .btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, div.wpforms-container-full .wpforms-form input[type=submit].btn-link:focus, div.wpforms-container-full .wpforms-form input[type=submit].btn-link:hover, div.wpforms-container-full .wpforms-form input[type=submit].btn-link:active, div.wpforms-container-full .wpforms-form button[type=submit].btn-link:focus, div.wpforms-container-full .wpforms-form button[type=submit].btn-link:hover, div.wpforms-container-full .wpforms-form button[type=submit].btn-link:active, div.wpforms-container-full .wpforms-form .wpforms-page-button.btn-link:focus, div.wpforms-container-full .wpforms-form .wpforms-page-button.btn-link:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button.btn-link:active {
      color: #e6e6e6; }

.dark .btn, div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: 2px solid #fff;
  color: #fff; }
  .dark .btn:focus, .dark .btn:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    border-color: #fff !important;
    color: #fff !important; }
  .dark .btn:visited, div.wpforms-container-full .wpforms-form input[type=submit]:visited, div.wpforms-container-full .wpforms-form button[type=submit]:visited, div.wpforms-container-full .wpforms-form .wpforms-page-button:visited {
    border: 2px solid #fff;
    color: #fff; }

.light .btn {
  border: 2px solid #fff;
  color: #fff; }
  .light .btn:focus, .light .btn:hover {
    border-color: #fff !important;
    color: #fff !important; }
  .light .btn:visited {
    border: 2px solid #fff;
    color: #fff; }

.btn-group {
  display: inline-flex;
  flex-wrap: wrap; }
  .btn-group .btn {
    flex: 1 0 auto; }
    .btn-group .btn:first-child:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .btn-group .btn:not(:first-child):not(:last-child) {
      border-radius: 0;
      margin-left: -0.05rem; }
    .btn-group .btn:last-child:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      margin-left: -0.05rem; }
    .btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
      z-index: 1; }
  .btn-group.btn-group-block {
    display: flex; }
    .btn-group.btn-group-block .btn {
      flex: 1 0 0; }

@media (max-width: 600px) {
  .mobile-color-dark .box .btn {
    border: 2px solid #fff;
    color: #fff; }
    .mobile-color-dark .box .btn:focus, .mobile-color-dark .box .btn:hover {
      border-color: #fff !important;
      color: #fff !important; }

  .mobile-color-light .box .btn {
    border: 2px solid #fff;
    color: #fff; }
    .mobile-color-light .box .btn:focus, .mobile-color-light .box .btn:hover {
      border-color: #fff !important;
      color: #fff !important; } }
@media (max-width: 414px) {
  .btn {
    white-space: normal; } }
a img {
  border: 0; }

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

.img-fit-cover {
  object-fit: cover; }

.img-fit-contain {
  object-fit: contain; }

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  .video-responsive::before {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

.video-background video {
  visibility: visible !important;
  object-fit: cover; }

video.video-responsive {
  height: auto;
  max-width: 100%; }
  video.video-responsive::before {
    content: none; }

.video-responsive-4-3::before {
  padding-bottom: 75%; }

.video-responsive-1-1::before {
  padding-bottom: 100%; }

.figure {
  margin: 0 0 0.4rem 0; }
  .figure .figure-caption {
    color: #b3b3b3;
    margin-top: 0.4rem; }

#html5-watermark div {
  display: none !important; }

.menu {
  box-shadow: 0 0.05rem 0.2rem rgba(255, 255, 255, 0.3);
  background: #fff;
  border-radius: 0.1rem;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0.4rem;
  transform: translateY(0.2rem);
  z-index: 300; }
  .menu.menu-nav {
    background: transparent;
    box-shadow: none; }
  .menu .menu-item {
    margin-top: 0;
    padding: 0 0.4rem;
    position: relative;
    text-decoration: none; }
    .menu .menu-item > a {
      border-radius: 0.1rem;
      color: inherit;
      display: block;
      margin: 0 -0.4rem;
      padding: 0.2rem 0.4rem;
      text-decoration: none; }
      .menu .menu-item > a:focus, .menu .menu-item > a:hover {
        background: white;
        color: #fff; }
      .menu .menu-item > a:active, .menu .menu-item > a.active {
        background: white;
        color: #fff; }
    .menu .menu-item .form-checkbox,
    .menu .menu-item .form-radio,
    .menu .menu-item .form-switch {
      margin: 0.1rem 0; }
    .menu .menu-item + .menu-item {
      margin-top: 0.2rem; }
  .menu .menu-badge {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
    .menu .menu-badge .label {
      margin-right: 0.4rem; }

.post-unit {
  padding-left: 25px;
  padding-right: 25px; }
  .post-unit .card {
    border: none;
    background: transparent;
    padding: 0;
    margin-bottom: 40px; }
    .post-unit .card .card-image {
      padding-bottom: 60%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .post-unit .card .card-header {
      padding: 1em 0 0; }
      .post-unit .card .card-header .meta {
        margin-bottom: 0.5em;
        font-weight: 500;
        letter-spacing: normal; }
    .post-unit .card .card-body {
      padding: 1em 0 0 0; }
      .post-unit .card .card-body p {
        margin: 0; }
    .post-unit .card .card-footer {
      padding: 1em 0 0 0; }

.post-unit_image_text {
  border-top: 1px solid white;
  border-bottom: none;
  padding-top: 75px;
  margin-top: 75px;
  margin-bottom: 0; }
  .post-unit_image_text:first-of-type {
    margin-top: 0;
    border-top: none;
    padding-bottom: 0; }
  .post-unit_image_text .columns {
    margin-left: 0;
    margin-right: 0; }
    .post-unit_image_text .columns .card {
      border: none; }
      .post-unit_image_text .columns .card .card-image {
        position: relative;
        padding-bottom: 69%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .post-unit_image_text .columns .card .card-header,
      .post-unit_image_text .columns .card .card-body,
      .post-unit_image_text .columns .card .card-footer {
        padding: 1em 0 0 75px; }
      .post-unit_image_text .columns .card .card-header .meta {
        margin-bottom: 0.5em;
        font-weight: 500;
        letter-spacing: normal; }
      .post-unit_image_text .columns .card .card-footer .btn {
        margin-top: 0; }
  .post-unit_image_text:nth-child(even) .post-image {
    order: 2; }
  .post-unit_image_text:nth-child(even) .post-content {
    order: 1; }
    .post-unit_image_text:nth-child(even) .post-content .card .card-header,
    .post-unit_image_text:nth-child(even) .post-content .card .card-body,
    .post-unit_image_text:nth-child(even) .post-content .card .card-footer {
      padding: 1em 75px 0 0; }
  .post-unit_image_text:first-of-type {
    padding-top: 0; }

.single-post #page {
  padding-top: 0; }
  .single-post #page .post-header {
    background-color: #f7f8f9; }
    .single-post #page .post-header .box {
      padding: 100px 0; }
      .single-post #page .post-header .box h1 {
        margin-bottom: 0.25em; }
      .single-post #page .post-header .box p {
        margin-bottom: 0; }
  .single-post #page .post-content .row-block {
    padding: 0 0 25px; }
    .single-post #page .post-content .row-block .container {
      padding-left: 0;
      padding-right: 0; }
      .single-post #page .post-content .row-block .container .columns {
        margin-left: 0;
        margin-right: 0; }
  .single-post #page .post-content .section-text-block .post-box {
    width: 100%; }
    .single-post #page .post-content .section-text-block .post-box p:last-of-type {
      margin-bottom: 0; }
  .single-post #page .post-content .section-gallery-block {
    padding: 0 0 25px; }
  .single-post #page .post-content .section-image-block img {
    width: 100%; }
  .single-post #page .section-related-posts-block {
    padding: 0; }
    .single-post #page .section-related-posts-block .columns {
      padding: 14.2857142857px 0;
      border-top: 1px solid white; }
.single-post .back-button {
  display: inline-flex;
  height: 60px;
  line-height: 60px;
  margin-left: -21px;
  transition: color .2s;
  text-decoration: none; }
  .single-post .back-button svg {
    fill: #fff;
    width: 60px;
    height: 60px;
    transform: rotate(90deg);
    transition: fill .2s; }
  .single-post .back-button span {
    margin-left: -7px;
    font-size: 1em;
    font-weight: 500; }
  .single-post .back-button:hover {
    color: #e6e6e6; }
    .single-post .back-button:hover svg {
      fill: #e6e6e6; }

@media (max-width: 768px) {
  .card-body, .card-footer {
    padding: 1em 0 0 0 !important; }

  .card-header {
    padding: 2em 0 0 0 !important; }

  .post-unit_image_text:nth-child(even) .post-image {
    order: 1; }

  .post-unit_image_text:nth-child(even) .post-content {
    order: 2; } }
html.sr .project-unit {
  visibility: hidden; }

.section-posts-block {
  padding: 30px 0; }
  .section-posts-block .col-gapless {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-right: -0.4rem; }
    .section-posts-block .col-gapless .column a {
      display: flex; }
    .section-posts-block .col-gapless .landscape.ost .card {
      display: flex;
      margin-left: auto;
      justify-content: flex-start; }
    .section-posts-block .col-gapless .landscape .card {
      display: flex; }
    .section-posts-block .col-gapless .landscape.osb .card {
      margin-left: auto;
      justify-content: flex-end; }
    .section-posts-block .col-gapless .landscape.ssb .card {
      margin-right: auto;
      justify-content: flex-end; }
    .section-posts-block .col-gapless .landscape.sst .card {
      margin-right: 0;
      margin-left: auto;
      justify-content: flex-start; }
    .section-posts-block .col-gapless .landscape.ost .card {
      margin-left: auto;
      justify-content: flex-start; }
    .section-posts-block .col-gapless .landscape.ost .card {
      margin-left: 0;
      margin-right: auto; }
    .section-posts-block .col-gapless .landscape.ssb .card {
      margin-right: auto;
      justify-content: flex-end; }

.project-unit .card {
  border: 8px solid transparent;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 0;
  transition: border-color .8s; }
  .project-unit .card .card-image img {
    display: block;
    height: auto;
    max-width: 100%; }
.project-unit a .card {
  position: relative;
  overflow: hidden; }
  .project-unit a .card .rollover {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
.project-unit:hover .card .rollover {
  opacity: 1; }

.project-unit_image_text {
  border-top: 1px solid white;
  border-bottom: none;
  padding-top: 75px;
  margin-top: 75px;
  margin-bottom: 0; }
  .project-unit_image_text:first-of-type {
    margin-top: 0;
    border-top: none;
    padding-bottom: 0; }
  .project-unit_image_text .columns {
    margin-left: 0;
    margin-right: 0; }
    .project-unit_image_text .columns .card {
      border: none; }
      .project-unit_image_text .columns .card .card-image {
        position: relative;
        padding-bottom: 69%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .project-unit_image_text .columns .card .card-header,
      .project-unit_image_text .columns .card .card-body,
      .project-unit_image_text .columns .card .card-footer {
        padding: 1em 0 0 75px; }
      .project-unit_image_text .columns .card .card-header .meta {
        margin-bottom: 0.5em;
        font-weight: 500;
        letter-spacing: normal; }
      .project-unit_image_text .columns .card .card-footer .btn {
        margin-top: 0; }
  .project-unit_image_text:nth-child(even) .post-image {
    order: 2; }
  .project-unit_image_text:nth-child(even) .post-content {
    order: 1; }
    .project-unit_image_text:nth-child(even) .post-content .card .card-header,
    .project-unit_image_text:nth-child(even) .post-content .card .card-body,
    .project-unit_image_text:nth-child(even) .post-content .card .card-footer {
      padding: 1em 75px 0 0; }
  .project-unit_image_text:first-of-type {
    padding-top: 0; }

.single-project #page .section-banner-block {
  margin: auto; }
.single-project #page .post-content .row-block {
  padding: 0 0 25px; }
  .single-project #page .post-content .row-block .container {
    padding-left: 0;
    padding-right: 0; }
    .single-project #page .post-content .row-block .container .columns {
      margin-left: 0;
      margin-right: 0; }
.single-project #page .post-content .section-gallery-block {
  padding: 0 0 25px; }
.single-project #page .section-related-posts-block {
  padding: 0; }
  .single-project #page .section-related-posts-block .columns {
    padding: 0; }
    .single-project #page .section-related-posts-block .columns .column a .card {
      border: 8px solid transparent;
      transition: border-color .8s; }
      .single-project #page .section-related-posts-block .columns .column a .card .card-image {
        padding-bottom: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
.single-project .footerwidgets {
  border-top: none; }

@media (max-width: 768px) {
  .single-project #project-details .container .project_specs, .single-project #project-details .container .project_content {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .single-project #project-details .container .project_specs {
    order: 2;
    padding-right: 0; }
    .single-project #project-details .container .project_specs .panel .panel-body {
      padding: 30px 0 47px 47px; }
      .single-project #project-details .container .project_specs .panel .panel-body .tile {
        margin-bottom: 1em; }
  .single-project #project-details .container .project_content {
    order: 1;
    padding-bottom: 20px; }
  .single-project .section-related-posts-block .column {
    text-align: center; } }
@media (max-width: 768px) {
  .card-body, .card-footer {
    padding: 1em 0 0 0 !important; }

  .card-header {
    padding: 2em 0 0 0 !important; }

  .post-unit_image_text:nth-child(even) .post-image {
    order: 1; }

  .post-unit_image_text:nth-child(even) .post-content {
    order: 2; }

  .project-unit .card .card-header {
    padding: 25px 25px 0 !important; }

  .project-unit .card .card-body {
    padding: 0 25px 0 !important; }

  .project-unit .card .card-content {
    min-height: auto; } }
@media (max-width: 414px) {
  .project-unit {
    padding-left: 10px;
    padding-right: 10px; } }
.single-idea h2 {
  font-size: 1.2rem;
  font-weight: 700; }
.single-idea .idea-login {
  padding: 50px 0 75px; }
  .single-idea .idea-login .form-input {
    background: transparent;
    border: none;
    border-bottom: 0.05rem solid #e6e6e6;
    text-align: center; }
  .single-idea .idea-login .btn-primary {
    background: transparent;
    line-height: 1.2rem;
    padding: 0.25rem 2rem;
    white-space: nowrap;
    font-size: 0.8rem;
    margin-top: 0;
    margin-left: 2em !important;
    border: 0.05rem solid #e6e6e6; }

.pt_left_column .row-block {
  padding: 37.5px 0; }
.pt_left_column .section-grid-block.quarters .grid {
  margin-left: -33px;
  margin-right: -33px;
  margin-bottom: -40px; }
  .pt_left_column .section-grid-block.quarters .grid .column {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px; }
.pt_left_column .central-column section > .container {
  padding-left: 8px;
  padding-right: 8px; }

.sidebar-area {
  width: 70%; }
  .sidebar-area .sidebar-block {
    margin: 0 0 25px; }
    .sidebar-area .sidebar-block .sidebar-list {
      background: 0 0;
      border-radius: unset;
      box-shadow: none;
      list-style: none;
      margin: 0;
      min-width: 180px;
      padding: 0;
      transform: none; }
      .sidebar-area .sidebar-block .sidebar-list .current_page_parent > a,
      .sidebar-area .sidebar-block .sidebar-list .current-page-ancestor > a,
      .sidebar-area .sidebar-block .sidebar-list > .current_page_item > a {
        font-weight: 500;
        color: #fff;
        font-family: acumin-pro, sans-serif;
        font-size: 1.4em;
        line-height: 1.4em; }
        .sidebar-area .sidebar-block .sidebar-list .current_page_parent > a:hover,
        .sidebar-area .sidebar-block .sidebar-list .current-page-ancestor > a:hover,
        .sidebar-area .sidebar-block .sidebar-list > .current_page_item > a:hover {
          text-decoration: none; }
      .sidebar-area .sidebar-block .sidebar-list .menu-item {
        padding: 0; }
        .sidebar-area .sidebar-block .sidebar-list .menu-item .sub-menu li a {
          border-radius: unset;
          color: inherit;
          display: inline-block;
          margin: 0 -.4rem;
          padding: 0 .4rem;
          text-decoration: none;
          border: none; }
          .sidebar-area .sidebar-block .sidebar-list .menu-item .sub-menu li a:hover {
            background: #f3f3f3; }
        .sidebar-area .sidebar-block .sidebar-list .menu-item .sub-menu li.current_page_item {
          color: #fff; }
      .sidebar-area .sidebar-block .sidebar-list ul {
        list-style: none;
        margin: 0; }
    .sidebar-area .sidebar-block:before {
      content: "";
      background-color: #051635;
      width: 100px;
      height: 1px;
      display: block;
      margin-bottom: 8px; }
  .sidebar-area .row-block {
    padding: 0 0 25px 0 !important; }
    .sidebar-area .row-block .container {
      padding-left: 8px;
      padding-right: 8px; }
    .sidebar-area .row-block h1, .sidebar-area .row-block h2, .sidebar-area .row-block h3, .sidebar-area .row-block h4 {
      font-size: 1.4em;
      line-height: 1.4em; }
    .sidebar-area .row-block:before {
      content: "";
      background-color: #051635;
      width: 100px;
      height: 1px;
      display: block;
      margin-bottom: 8px; }
    .sidebar-area .row-block blockquote {
      border-left: none;
      margin: 0;
      padding: 0.4rem 0;
      font-weight: 500;
      font-style: italic;
      font-size: 0.9em; }
      .sidebar-area .row-block blockquote strong {
        font-style: normal; }

@media (max-width: 1024px) {
  .pt_left_column .left-column {
    order: 1; }

  .sidebar-area .row-block {
    padding: 0 0 37.5px 0 !important; }

  .sidebar-area {
    width: 100%; } }
/*#html5-lightbox-box, .html5-elem-box, .html5-elem-wrap {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
}*/
.hide-form {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 0; }

.show-form {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: auto; }

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%; }

.thisoneisit #html5-lightbox-box {
  background-color: #fff !important;
  width: inherit;
  height: inherit; }

.thisoneisit #html5-lightbox-overlay {
  background-color: white; }

.thisoneisit #html5-close-fullscreen .mh-icon-close {
  background-color: transparent !important;
  color: #fff !important; }

.thisoneisit .html5lightbox-div {
  padding: 1.5em 3em !important;
  text-align: left !important; }

.thisoneisit .form-intro {
  padding-bottom: 1em;
  margin-top: 1em; }

.thisoneisit .wpforms-field-label {
  font-style: normal;
  font-weight: 700;
  color: #fff; }

.thisoneisit .wpforms-form button[type=submit] {
  background-color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 0 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.88em !important;
  line-height: 1.1em !important;
  outline: none;
  color: #fff !important;
  padding: 0.75em 2em !important;
  text-align: center;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  margin-top: 2.1em; }

.thisoneisit .wpforms-form button[type=submit]:hover {
  background: transparent !important;
  color: #fff !important; }

.thisoneisit div.wpforms-container-full .wpforms-form input.wpforms-field-medium, .thisoneisit div.wpforms-container-full .wpforms-form select.wpforms-field-medium, .thisoneisit div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%; }

.thisoneisit div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0.5em 0; }

.thisoneisit div.wpforms-container-full .wpforms-form .wpforms-field-row {
  margin-bottom: 1em;
  position: relative; }

.page div.wpforms-container-full .wpforms-form .wpforms-field-label {
  float: left; }

body.popup_form_opened {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll; }

.off-canvas {
  display: flex;
  flex-flow: nowrap;
  height: 100%;
  position: relative;
  width: 100%; }
  .off-canvas .off-canvas-toggle {
    display: block;
    position: absolute;
    transition: none;
    z-index: 1000;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    text-decoration: none !important;
    font-size: 1em;
    font-weight: 600; }
    .off-canvas .off-canvas-toggle .slidein_menu_label .slidein_menu_inner {
      display: inline-block;
      height: 2px;
      position: relative;
      top: -1px;
      vertical-align: middle;
      width: 30px;
      position: relative;
      width: 30px;
      cursor: pointer; }
      .off-canvas .off-canvas-toggle .slidein_menu_label .slidein_menu_inner .line {
        background-color: #fff;
        height: 3px;
        margin: 0px;
        width: 30px;
        top: 0px;
        left: 0px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
        display: inline-block; }
      .off-canvas .off-canvas-toggle .slidein_menu_label .slidein_menu_inner .line:after,
      .off-canvas .off-canvas-toggle .slidein_menu_label .slidein_menu_inner .line:before {
        background-color: #fff;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 30px;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        /*because X sign jumps on hover in Chrome*/ }
      .off-canvas .off-canvas-toggle .slidein_menu_label .slidein_menu_inner .line:before {
        top: -10px; }
      .off-canvas .off-canvas-toggle .slidein_menu_label .slidein_menu_inner .line:after {
        top: 10px; }
  .off-canvas .off-canvas-toggle:hover .slidein_menu_label .line, .off-canvas .off-canvas-toggle:hover .slidein_menu_label .line:after, .off-canvas .off-canvas-toggle:hover .slidein_menu_label .line:before {
    background-color: #fff; }
  .off-canvas .off-canvas-sidebar {
    background: transparent;
    bottom: 0;
    min-width: 10rem;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: transform .25s;
    z-index: 200; }
  .off-canvas .off-canvas-content {
    flex: 1 1 auto;
    height: 100%;
    padding: 0.4rem 0.4rem 0.4rem 4rem; }
  .off-canvas .off-canvas-overlay {
    background: rgba(255, 255, 255, 0.65);
    border-color: transparent;
    border-radius: 0;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%; }
  .off-canvas .off-canvas-sidebar:target, .off-canvas .off-canvas-sidebar.active {
    transform: translateX(0); }
  .off-canvas .off-canvas-sidebar:target ~ .off-canvas-overlay, .off-canvas .off-canvas-sidebar.active ~ .off-canvas-overlay {
    display: block;
    z-index: 100; }

.mobile-menu-right .off-canvas .off-canvas-toggle {
  right: 0;
  left: auto; }

.mobile-menu-left .off-canvas .off-canvas-toggle {
  left: 0;
  right: auto; }

@media (max-width: 1024px) {
  body.menu_opened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll; }

  .off-canvas.off-canvas-sidebar-show .off-canvas-toggle {
    display: none; }
  .off-canvas.off-canvas-sidebar-show .off-canvas-sidebar {
    flex: 0 0 auto;
    position: relative;
    transform: none; }
  .off-canvas.off-canvas-sidebar-show .off-canvas-overlay {
    display: none !important; }

  .mobile-menu.mobile-menu-right .off-canvas .off-canvas-sidebar {
    left: unset;
    right: 0;
    background-color: #111;
    width: 400px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all ease-in-out 450ms;
    -o-transition: all ease-in-out 450ms;
    transition: all ease-in-out 450ms; }

  .off-canvas-toggle:hover .line, .off-canvas-toggle:hover .line:after, .off-canvas-toggle:hover .line:before {
    background-color: #fff; }

  .mobile-menu.mobile-menu-right .showSidebar .off-canvas-sidebar {
    transform: translateX(0);
    z-index: 999;
    -webkit-box-shadow: -5px 0px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all ease-in-out 450ms;
    -o-transition: all ease-in-out 450ms;
    transition: all ease-in-out 450ms; }

  .off-canvas-toggle {
    border-bottom: none;
    color: #fff; }

  .displayOverlay.off-canvas-overlay {
    display: block;
    z-index: 100;
    background: rgba(0, 0, 0, 0.1); }

  .mobilex-menu {
    margin: 150px 0 0 0; }

  .mobilex-menu li {
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0px; }

  .mobilex-menu li a:hover, .mobilex-menu li.current-menu-parent li a:hover, .mobilex-menu .sub-menu li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff; }

  .mobilex-menu li li {
    font-weight: 500;
    text-transform: none;
    font-size: 12px; }

  .mobilex-menu li.current-menu-parent li a,
  .mobilex-menu li.current-menu-parent li.current-menu-item li a {
    border-bottom: 1px solid transparent;
    color: #111; }

  .mobilex-menu li.current-menu-parent li.current-menu-item li a .mobilex-menu li.current-menu-parent li a:hover,
  .mobilex-menu li.current-menu-parent .current-menu-item a,
  .mobilex-menu li.current-menu-parent .current-menu-item .current-menu-item a {
    border-bottom: 1px solid transparent;
    color: #fff; }

  .mobilex-menu li.current-menu-parent .current-menu-item a {
    border-bottom: 1px solid transparent; }

  .mobilex-menu li li {
    background-color: #fff; }

  .mobilex-menu li.menu-item-has-children:hover {
    background: transparent; }

  .mobilex-menu li a {
    color: #fff;
    padding: 20px 20px 20px 22px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    border-bottom: 1px solid;
    text-decoration: none; }

  .mobilex-menu li.current_parent > a,
  .mobilex-menu li.open-menu-parent > a {
    color: #fff; }

  .mobilex-menu .menu-item-has-children > a:after {
    content: "\2303";
    position: absolute;
    right: 17px;
    margin-top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  .mobilex-menu .open-menu-parent.menu-item-has-children > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 15px;
    margin-top: -3px; }

  .mobilex-menu .sub-menu {
    margin: 0; }

  .mobilex-menu .sub-menu ul {
    padding-left: 0px; }

  .mobilex-menu .sub-menu ul li {
    padding-left: 20px; }

  .mobilex-menu .sub-menu .shiftnav-sub-active.shiftnav-sub-active-current .menu-item-type-taxonomy > a {
    padding-left: 30px;
    padding-right: 23px;
    text-transform: uppercase; }

  .mobilex-menu .sub-menu li a {
    color: #f2ede5;
    padding: 10px 10px 10px 35px;
    display: block;
    line-height: 15px;
    border-bottom: none; }

  .mobilex-menu .sub-menu li:first-of-type a {
    padding-top: 25px; }

  .mobilex-menu .sub-menu li:last-of-type a {
    padding-bottom: 25px; }

  .shiftnav-sub-shift.shiftnav-active > .shiftnav-sub-active-current > li {
    padding-left: 0; }

  .shiftnav-sub-shift.shiftnav-active > .shiftnav-sub-active-current > li a {
    padding-left: 30px;
    line-height: 20px; }

  .mobilex-menu .sub-menu .sub-menu a {
    padding-left: 45px;
    line-height: 20px; }

  .mobilex-menu .sub-menu ul {
    border-top: none !important; }

  .mobilex-menu .sub-menu {
    display: none; }

  .mobilex-menu .sub-menu .sub-menu {
    display: block; } }
/* second mobilemenu kick in 768*/
@media (max-width: 768px) {
  .mobilex-menu {
    margin: 73px 0 0 0; }

  .mobile-menu.mobile-menu-right .showSidebar .off-canvas-toggle {
    height: 73px;
    line-height: 73px; } }
@media (max-width: 375px) {
  .mobile-menu.mobile-menu-right .showSidebar .off-canvas-toggle {
    right: 20px; }

  .mobile-menu.mobile-menu-right .off-canvas .off-canvas-sidebar {
    width: 300px; } }
body.menu_opened {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll; }
  body.menu_opened .line, body.menu_opened .line:after, body.menu_opened .line:before {
    background-color: #fff !important; }
  body.menu_opened .mobilemenu {
    color: #fff; }

.mobile-nav.popup_menu.opened {
  /*position: fixed;*/ }

.slidein_menu_label:hover .line,
.slidein_menu_label:hover .line:after,
.slidein_menu_label:hover .line:before {
  background-color: #fff; }

.slidein_menu_label:hover .mobilemenu {
  color: #fff; }

.menu_opened .slidein_menu_label .line {
  background-color: transparent !important; }

.menu_opened .line:after {
  background-color: #fff;
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu_opened .line:before {
  background-color: #fff;
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
