@charset "UTF-8";
/********************************
Theme Name: InPublix
Author: Bysted
Author URL: http://www.bysted.se/

Stylesheet: Modern dropdown menu
Version: 1.4
********************************/
/********************************
Theme Name: InPublix
Author: Bysted
Author URL: http://www.bysted.se/

Stylesheet: Variables
Version: 0.1
********************************/
/******************************************************************
Version: 1.1.4
******************************************************************/
/*Usage
	@include MQ(M) {
		Content
	}
*/
/********************************
Theme Name: InPublix
Author: Bysted
Author URL: http://www.bysted.se/

Stylesheet: Colors
********************************/
/******** BASIC ********/
/******** LINKS ********/
/******** TYPOGRAPHY ********/
/******** TABLES ********/
/******** EDITORIAL ********/
/******************************************************************
Version: 1.2.20
******************************************************************/
/*********************
HYPHENS

p {
  // Använda standardvärden
  @include hyphenate-settings;

  // Använda anpassade värden
  @include hyphenate-settings(
    $hyphens: auto,
    $limit_chars: 6 3 3,
    $limit_lines: 2,
    $limit_last: always,
    $limit_zone: 8%
  );
}

****/
/*********************
Font awesome icon

.user-icon {
  @include fa-icon("\f007"); // Standard: solid i classic
}

.mail-icon {
  @include fa-icon("\f0e0", #ff5733, "light"); // Light-stil med röd färg
}

.sharp-user-icon {
  @include fa-icon("\f007", rgb(0, 150, 136), "solid", "sharp"); // Sharp solid med turkos färg
}

.brand-icon {
  @include fa-icon("\f099", #1da1f2, "brands"); // Twitter-logga i blå färg
}

*********************/
/*********************
IMAGE FILTERS

img { 
  @include filter(grayscale, 100%);
}

*********************/
/*********************
Alpha Background

@include alpha-attribute('background-color', rgba(black, 0.5), white);
@include alpha-attribute('background', opacify($color, 0.1), $background);
@include alpha-attribute('background', transparentize($color, 0.2), $background);

*********************/
/*********************
Text Background

@include text-background(2em, 1em, white);

*********************/
/*********************
Object Fit
*********************/
/*
This mixin can be used to set the object-fit:
@include object-fit(contain);
or object-fit and object-position:
@include object-fit(cover, top);
 */
/*********************
  Disable hyphens
*********************/
/*********************
Smooth Scroll for IOS
*********************/
/*

*/
/*********************
Hide Scroll bars
*********************/
/*********************
OPACITY

@include opacity(0.8);

*********************/
/*********************
Gradient
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/*********************
Box shadow
*********************/
/*********************
PREFIXES
*********************/
/*********************
Colors
*********************/
/*********************
TRANSITIONS
*********************/
/*********************
SHOW/HIDE
*********************/
/*********************
OTHER
*********************/
/*
 https://joshbroton.com/quick-fix-sass-mixins-for-css-keyframe-animations/

 Using the mixins looks like this:

 @include keyframes(move-the-object) {
0%   { left: 100px; }
100% { left: 200px; }
 }

 .object-to-animate {
@include animation('move-the-object .5s 1', 'move-the-object-again .5s 1 .5s');
 } 

 */
/*********************
BACKGROUND POSITION
*********************/
/* 
 .container-with-floated-children {
@extend %clearfix;
 }
 */
/******************************************************************
Version: 1.0.15
******************************************************************/
/* Basic mixins */
/* Justify */
/* Align */
/* Other */
/*
For modern browsers
.grid-container {
  @include responsive-grid(4, 15px, 3, 2); // 4 kolumner på desktop, 3 på tablet, 2 på mobil, 15px gap
}
*/
/*
For modern browsers
.grid-container {
  @include square-grid(3, 20px); // 3 kolumner, 20px gap
}
*/
/*
  For older browsers
  .grid-container {
  @include square-grid(3, 20px); // 3 kolumner, 20px gap
}
  */
/******************************************************************
Version: 1.6
******************************************************************/
/*********************
TRANSITIONS

a {
  color: gray;
  @include transition(color .3s ease);
  &:hover {
    color: black;
  }
}
*********************/
/********************************
Theme: Halvarsson
Author: Christer Lindgren

Stylesheet: animations
********************************/
[data-aos=hh-slide-in] {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(100px);
}
[data-aos=hh-slide-in].aos-animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
}

[data-aos=hh-slide-in-top] {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
}
[data-aos=hh-slide-in-top].aos-animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

[data-aos=hh-slide-in-top-scale] {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(150px);
}
[data-aos=hh-slide-in-top-scale].aos-animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
@media only screen and (min-width: 1030px) {
  [data-aos=hh-slide-in-top-scale].aos-animate {
    /*&.even{
    	@include translate-Y(50px);
    }*/
  }
}
[data-aos=hh-slide-in-top-scale].aos-animate .post-thumb {
  transform: scale(1.03);
  transition-delay: 0.1s;
}

[data-aos-easing=hh-slide] {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

[data-aos=scale1][data-aos=scale1] {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100% !important;
  max-width: 100%;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 50vh;
  transition: max-width 0.3s, height 0.3s 0.2s;
}
[data-aos=scale1][data-aos=scale1] .vc_column_container {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
[data-aos=scale1][data-aos=scale1] .vc_column_container .wpb_text_column {
  max-width: 80%;
  margin: 0 auto;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
}
[data-aos=scale1][data-aos=scale1] .vc_column_container .wpb_text_column.aos-animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
[data-aos=scale1][data-aos=scale1].aos-animate {
  max-width: 100vW !important;
  min-height: 100vh;
  height: 100%;
}
[data-aos=scale1][data-aos=scale1].aos-animate .wpb_text_column {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

[data-aos=scale][data-aos=scale] {
  transition-property: transform, width, height, margin;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100% !important;
  max-width: 100%;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 50vh;
}
[data-aos=scale][data-aos=scale] .vc_column_container {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
[data-aos=scale][data-aos=scale] .vc_column_container .wpb_text_column {
  max-width: 80%;
  margin: 0 auto;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
}
[data-aos=scale][data-aos=scale] .vc_column_container .wpb_text_column.aos-animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
[data-aos=scale][data-aos=scale].aos-animate {
  max-width: 100vW !important;
  min-height: 80vh;
  height: 80%;
}
[data-aos=scale][data-aos=scale].aos-animate .wpb_text_column {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

[data-aos=scale-90][data-aos=scale-90] {
  transition-property: transform, width, height, margin;
  margin-bottom: 15vh;
  margin-top: 5vh;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100% !important;
  max-width: 100%;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 50vh;
}
[data-aos=scale-90][data-aos=scale-90] .vc_column_container {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
[data-aos=scale-90][data-aos=scale-90] .vc_column_container .wpb_text_column {
  max-width: 80%;
  margin: 0 auto;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
}
[data-aos=scale-90][data-aos=scale-90] .vc_column_container .wpb_text_column.aos-animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
[data-aos=scale-90][data-aos=scale-90].aos-animate {
  transform: translateY(0);
  max-width: 90vW !important;
  min-height: 80vh;
  height: 100%;
}
[data-aos=scale-90][data-aos=scale-90].aos-animate .wpb_text_column {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

/********************************
Theme Name: InPublix
Author: Bysted
Author URL: http://www.bysted.se/

Stylesheet: Typography
********************************/
/******** FONT FACE ********/
/*********************
FONT SIZES
*********************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-variant-ligatures: none;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0.09em;
}

h2, .h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-top: 0.6em;
  margin-bottom: 0.18em;
}

h3, .h3 {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: 0.8em;
  margin-bottom: 0.24em;
}

h4, .h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.45em;
}

h5, .h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.45em;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.45em;
}

/******************************************************************
Editor styles
******************************************************************/
#content p.ip-footnote, footer p.ip-footnote {
  line-height: 1.35em;
  font-size: 0.85em;
  margin-bottom: 0;
}
#content p.ip-footnote + .ip-footnote, footer p.ip-footnote + .ip-footnote {
  margin-top: 0;
}

.col-span-all {
  -moz-column-span: all;
       column-span: all;
}

.highlight {
  background: #e3e3e3;
}

.text-xxs {
  font-size: 0.55em;
  display: inline-block;
  line-height: 1.3em;
}

.text-xs {
  font-size: 0.75em;
  display: inline-block;
  line-height: 1.3em;
}

.text-ms {
  font-size: 0.9em;
  display: inline-block;
}

.text-xl {
  font-size: 1.25em;
  line-height: 1.2em;
  display: inline-block;
}

.text-xxl {
  font-size: 1.7em;
  line-height: 1.2em;
  display: inline-block;
}

.text-xxxl {
  font-size: 2.5em;
  line-height: 1.2em;
  display: inline-block;
}

.text-xxxxl {
  font-size: 3em;
  line-height: 1.2em;
  display: inline-block;
}

.text-light {
  font-weight: 100;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.resetcase {
  text-transform: none;
}

.serif {
  font-family: serif;
}

.sans-serif {
  font-family: sans-serif;
}

.condensed {
  letter-spacing: -0.03em;
}

.vignette {
  font-size: 1.25em;
  display: inline-block;
}

.preamble {
  display: block;
}

.quote {
  display: inline-block;
}

.vignette {
  display: inline-block;
}

.imagecaption {
  font-size: 0.85em;
  display: block;
  line-height: 1.5em;
}

.white {
  color: #fff;
}

.sum {
  border-top: 1px solid #000 !important;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

td.noline {
  border-top: none;
  border-bottom: none;
}

.remove-bottom-margin {
  margin-bottom: 0;
}

.small-bottom-margin {
  margin-bottom: 0.5em;
}

.remove-top-margin {
  margin-top: 0;
}

.small-top-margin {
  margin-top: 0.5em;
}

.ip-no {
  line-height: 1;
}
.ip-no.text-xxxxl {
  font-size: 10em;
  letter-spacing: -0.05em;
}
.ip-no.text-xxxl {
  font-size: 6em;
  letter-spacing: -0.04em;
}
.ip-no.text-xxl {
  font-size: 4em;
  letter-spacing: -0.02em;
}
.ip-no.text-xl {
  font-size: 2em;
}

* > span:not(.ip-bullet)[class^="text bg-"], * > span:not(.ip-bullet)[class*="text bg-"] {
  padding: 0.3em 0.5em;
  display: table;
}
* > span:not(.ip-bullet)[class^="text bg-"] + [class^="text bg-"], * > span:not(.ip-bullet)[class^="text bg-"] + [class*="text bg-"], * > span:not(.ip-bullet)[class*="text bg-"] + [class^="text bg-"], * > span:not(.ip-bullet)[class*="text bg-"] + [class*="text bg-"] {
  margin-top: 0.5em;
}
* + * > span:not(.ip-bullet)[class^="text bg-"], * + * > span:not(.ip-bullet)[class*="text bg-"] {
  padding: 0.3em 0.5em;
  display: table;
  margin-top: -0.5em;
}
* + * > span:not(.ip-bullet)[class^="text bg-"] + [class^="text bg-"], * + * > span:not(.ip-bullet)[class^="text bg-"] + [class*="text bg-"], * + * > span:not(.ip-bullet)[class*="text bg-"] + [class^="text bg-"], * + * > span:not(.ip-bullet)[class*="text bg-"] + [class*="text bg-"] {
  margin-top: 0.5em;
}

.ip-bullet {
  display: inline-flex;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 1.8em;
  height: 1.7em;
  margin-right: 0.2em;
}
.ip-bullet.round {
  border-radius: 50%;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
body.menu-modern .search-wrap .searchform .inner-form button.submit, a.button, a .ip-button {
  display: inline-block;
  border: none;
  border-radius: 1.3rem;
  padding: 0.6em 1.3rem;
  margin-right: 0.8rem;
  color: #000;
  background: none;
  background-image: none;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
}
body.menu-modern .search-wrap .searchform .inner-form button.submit::before, a.button::before, a .ip-button::before, body.menu-modern .search-wrap .searchform .inner-form button.submit::after, a.button::after, a .ip-button::after {
  background-repeat: no-repeat;
}
body.menu-modern .search-wrap .searchform .inner-form button.submit:hover, a.button:hover, a .ip-button:hover {
  background: #333333;
}
body.menu-modern .search-wrap .searchform .inner-form button.submit:last-of-type, a.button:last-of-type, a .ip-button:last-of-type {
  margin-right: 0;
}

/*%btn-grey{
	@extend %btn;
	background-color: $grey;
}

%btn-white{
	@extend %btn;
	background-color: $white;
}*/
/********************************
Theme Name: InPublix
Author: Bysted
Author URL: http://www.bysted.se/

Stylesheet: UI colors
********************************/
/******** BLACK/WHITE ********/
/******** IP UI ********/
/******** SOCIAL MEDIA ********/
/* Version 1.1 */
.ip-bar.dark .ip-panel-button .menu-button span {
  background: #fff;
}
.ip-bar.dark .ip-panel-button.ip-panel-active .menu-button span:before, .ip-bar.dark .ip-panel-button.ip-panel-active .menu-button span:after {
  background: #fff;
}
.ip-bar .ip-panel-button .menu-button {
  width: 44px;
  height: 50px;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.ip-bar .ip-panel-button .menu-button span {
  /* the span element is used to create the menu icon */
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: rgba(0, 0, 0, 0.54);
  /*top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;*/
  transition: background 0.3s ease;
}
.ip-bar .ip-panel-button .menu-button span:before, .ip-bar .ip-panel-button .menu-button span:after {
  content: "";
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.3s ease;
}
.ip-bar .ip-panel-button .menu-button span:before {
  top: -6px;
  transform: rotate(0deg);
}
.ip-bar .ip-panel-button .menu-button span:after {
  bottom: -6px;
  transform: rotate(0deg);
}
.ip-bar .ip-panel-button.ip-panel-active .menu-button {
  box-shadow: none;
}
.ip-bar .ip-panel-button.ip-panel-active .menu-button span {
  background: transparent;
}
.ip-bar .ip-panel-button.ip-panel-active .menu-button span:before, .ip-bar .ip-panel-button.ip-panel-active .menu-button span:after {
  background: rgba(0, 0, 0, 0.54);
}
.ip-bar .ip-panel-button.ip-panel-active .menu-button span:before {
  top: 0;
  transform: rotate(135deg);
}
.ip-bar .ip-panel-button.ip-panel-active .menu-button span:after {
  bottom: 0;
  transform: rotate(225deg);
}
.ip-bar .ip-panel-button.lang-select-button.code {
  text-transform: uppercase;
  display: none;
}

.nav .menu-item-has-children .menu-button {
  width: 44px;
  height: 50px;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.nav .menu-item-has-children .menu-button span {
  /* the span element is used to create the menu icon */
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: rgba(0, 0, 0, 0.54);
  /*top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;*/
  transition: background 0.3s ease;
}
.nav .menu-item-has-children .menu-button span:before, .nav .menu-item-has-children .menu-button span:after {
  content: "";
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.3s ease;
}
.nav .menu-item-has-children .menu-button span:before {
  top: -6px;
  transform: rotate(0deg);
}
.nav .menu-item-has-children .menu-button span:after {
  bottom: -6px;
  transform: rotate(0deg);
}
.nav .menu-item-has-children .menu-button .inner {
  transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  width: 25px;
  height: 25px;
  display: flex;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-shadow: none;
  border-radius: 50%;
}
.nav .menu-item-has-children .menu-button .inner span {
  background: transparent;
  width: 50%;
}
.nav .menu-item-has-children .menu-button .inner span:before, .nav .menu-item-has-children .menu-button .inner span:after {
  background: rgba(0, 0, 0, 0.54);
}
.nav .menu-item-has-children .menu-button .inner span:before {
  top: 0;
  transform: rotate(90deg);
}
.nav .menu-item-has-children .menu-button .inner span:after {
  bottom: 0;
  transform: rotate(180deg);
}
.nav .menu-item-has-children .menu-button:hover .inner {
  background-color: rgba(0, 0, 0, 0.1);
}
.nav .menu-item-has-children.menu-open .inner span {
  background: transparent;
}
.nav .menu-item-has-children.menu-open .inner span:before, .nav .menu-item-has-children.menu-open .inner span:after {
  background: rgba(0, 0, 0, 0.54);
}
.nav .menu-item-has-children.menu-open .inner span:before {
  transform: rotate(180deg);
}
.nav .menu-item-has-children.menu-open .inner span:after {
  background: transparent;
}

body.menu-modern .search-wrap {
  width: 100%;
  display: flex;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
body.menu-modern .search-wrap .searchform {
  width: 90%;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern .search-wrap .searchform {
    width: 50%;
  }
}
body.menu-modern .search-wrap .searchform label {
  display: inline-block;
  margin-bottom: 1.5rem;
}
body.menu-modern .search-wrap .searchform .inner-form {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
}
body.menu-modern .search-wrap .searchform .inner-form input#search-input {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-style: none;
  border-radius: 1.3em;
  padding: 0.6em 1.3em;
  background-color: rgba(0, 0, 0, 0.1);
}
body.menu-modern .search-wrap .searchform .inner-form input#search-input:focus {
  background-color: rgba(0, 0, 0, 0.15);
}
body.menu-modern .search-wrap .searchform .inner-form button.submit {
  margin-top: 2rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
}
body.menu-modern .search-wrap .searchform .inner-form button.submit:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
body.menu-modern .header-bg {
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
body.menu-modern .lvl-2-menu {
  background-color: #fff;
}
body.menu-modern .dropdown-overlay {
  transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9900;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
body.menu-modern .dropdown-overlay.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
body.menu-modern .wrap {
  margin-top: 0;
}
body.menu-modern header {
  height: 80px;
  position: fixed;
  z-index: 10000;
  width: 100%;
}
body.menu-modern header .header-bg {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.menu-modern header > .wrap {
  height: 100%;
  width: 100%;
  max-width: 1680px;
}
@media only screen and (min-width: 992px) {
  body.menu-modern header > .wrap {
    display: flex;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0 30px;
  }
}
body.menu-modern header > .wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}
body.menu-modern header > .wrap .mobile-button {
  width: 44px;
  height: 50px;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
body.menu-modern header > .wrap .mobile-button span {
  /* the span element is used to create the menu icon */
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: rgba(0, 0, 0, 0.54);
  /*top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;*/
  transition: background 0.3s ease;
}
body.menu-modern header > .wrap .mobile-button span:before, body.menu-modern header > .wrap .mobile-button span:after {
  content: "";
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.3s ease;
}
body.menu-modern header > .wrap .mobile-button span:before {
  top: -6px;
  transform: rotate(0deg);
}
body.menu-modern header > .wrap .mobile-button span:after {
  bottom: -6px;
  transform: rotate(0deg);
}
body.menu-modern header > .wrap .mobile-button.active {
  box-shadow: none;
}
body.menu-modern header > .wrap .mobile-button.active span {
  background: transparent;
}
body.menu-modern header > .wrap .mobile-button.active span:before, body.menu-modern header > .wrap .mobile-button.active span:after {
  background: rgba(0, 0, 0, 0.54);
}
body.menu-modern header > .wrap .mobile-button.active span:before {
  top: 0;
  transform: rotate(135deg);
}
body.menu-modern header > .wrap .mobile-button.active span:after {
  bottom: 0;
  transform: rotate(225deg);
}
body.menu-modern header > .wrap .container {
  height: 100%;
  display: flex;
  display: flex;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header > .wrap .container {
    position: initial;
    width: auto;
  }
}
body.menu-modern header > .wrap .container.mobile {
  z-index: 11000;
  left: 20px;
}
@media only screen and (min-width: 992px) {
  body.menu-modern header > .wrap .container.mobile {
    display: none;
  }
}
body.menu-modern header > .wrap .container.nav {
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: flex-start;
  -ms-flex-align: start;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transform: translateY(-100%);
  transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header > .wrap .container.nav {
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
body.menu-modern header > .wrap .container.nav.active {
  transform: translateY(0%);
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header > .wrap .container.nav {
    transform: translateY(0);
    z-index: 200000;
    height: 100%;
    width: auto;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header > .wrap .container nav + nav {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1030px) and (min-width: 992px) {
  body.menu-modern header > .wrap .container nav {
    height: 100%;
  }
}
@media only screen and (min-width: 1030px) and (min-width: 1030px) {
  body.menu-modern header > .wrap .container nav .main-nav {
    display: flex;
  }
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header > .wrap .container nav .extras-menu {
    display: none;
  }
}
@media only screen and (min-width: 1030px) and (min-width: 1240px) {
  body.menu-modern header > .wrap .container nav .extras-menu {
    display: flex;
  }
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header > .wrap .container nav .menu {
    height: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10001;
    grid-column-gap: 0.5em;
  }
  body.menu-modern header > .wrap .container nav .menu li {
    position: relative;
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    cursor: pointer;
    white-space: nowrap;
    padding: 0 0.5em;
  }
  body.menu-modern header > .wrap .container nav .menu li:hover, body.menu-modern header > .wrap .container nav .menu li.active {
    background-color: rgba(0, 0, 0, 0.1);
  }
  body.menu-modern header > .wrap .container nav .menu li a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: flex;
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1029px) {
  body.menu-modern header > .wrap .container nav {
    width: 100%;
    margin: 8em 2em;
  }
  body.menu-modern header > .wrap .container nav + nav {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 1029px) and (min-width: 992px) {
  body.menu-modern header > .wrap .container nav {
    height: 100%;
  }
}
@media only screen and (max-width: 1029px) and (min-width: 1030px) {
  body.menu-modern header > .wrap .container nav .main-nav {
    display: flex;
  }
}
@media only screen and (max-width: 1029px) {
  body.menu-modern header > .wrap .container nav .extras-menu {
    display: none;
  }
}
@media only screen and (max-width: 1029px) and (min-width: 1240px) {
  body.menu-modern header > .wrap .container nav .extras-menu {
    display: flex;
  }
}
@media only screen and (max-width: 1029px) {
  body.menu-modern header > .wrap .container nav .menu {
    height: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10001;
    grid-column-gap: 0.5em;
  }
  body.menu-modern header > .wrap .container nav .menu li {
    position: relative;
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    cursor: pointer;
    white-space: nowrap;
    padding: 0 0.5em;
    display: flex;
    border-top: 1px solid #000;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  body.menu-modern header > .wrap .container nav .menu li:hover, body.menu-modern header > .wrap .container nav .menu li.active {
    background-color: rgba(0, 0, 0, 0.1);
  }
  body.menu-modern header > .wrap .container nav .menu li a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: flex;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
    width: 100%;
    height: 100%;
  }
  body.menu-modern header > .wrap .container nav .menu li:last-child {
    border-bottom: 1px solid #000;
  }
  body.menu-modern header > .wrap .container nav .menu li.menu-item-has-children::after {
    font-family: "Font Awesome 5 Pro";
    font-size: inherit;
    font-weight: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    cursor: pointer;
    width: 30px;
    padding: 0.5em;
  }
  body.menu-modern header > .wrap .container nav .menu li a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    padding: 0.5em;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    flex: 1 auto;
  }
  body.menu-modern header > .wrap .container nav .menu li:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  body.menu-modern header > .wrap .container nav .menu li:hover::after {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.menu-modern header > .wrap .container nav .menu li.active {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.menu-modern header > .wrap .container nav .menu li.active::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
body.menu-modern header > .wrap .container.extras {
  display: flex;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
  right: 20px;
}
body.menu-modern header > .wrap .container .search {
  margin: 0 2em;
}
body.menu-modern header > .wrap .container .search .inner {
  font-size: inherit;
  font-weight: inherit;
}
body.menu-modern header > .wrap .container .search .inner::after {
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  font-weight: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  cursor: pointer;
}
body.menu-modern header .dropdown {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  position: absolute;
  height: 100%;
}
body.menu-modern header .dropdown .lvl-2-menu {
  position: absolute;
  display: flex;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  transform: translateX(100%);
  max-height: calc(100vh - 80px);
  min-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
}
body.menu-modern header .dropdown .lvl-2-menu ul {
  list-style-type: none;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu {
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transform: translateY(-100%);
    margin-top: 80px;
  }
}
body.menu-modern header .dropdown .lvl-2-menu .wrap {
  position: relative;
  background-color: inherit;
  padding-top: 10em;
  width: 100%;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu .wrap {
    grid-column-gap: 3em;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    min-height: 70vh;
    padding-left: 0;
    padding-right: 0;
  }
}
body.menu-modern header .dropdown .lvl-2-menu.active {
  transform: translateX(0);
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu.active {
    transform: translateY(0);
  }
}
body.menu-modern header .dropdown .lvl-2-menu .close {
  display: block;
}
body.menu-modern header .dropdown .lvl-2-menu .close::after {
  content: "\f137";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 1.8em;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1rem;
  color: #7F7F7F;
}
body.menu-modern header .dropdown .lvl-2-menu .close::after {
  margin-left: 0;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu .close::after {
    content: "\f057";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 1.8em;
    font-style: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 1rem;
    color: #7F7F7F;
  }
}
body.menu-modern header .dropdown .lvl-2-menu .back {
  display: none;
}
body.menu-modern header .dropdown .lvl-2-menu .back::after {
  content: "\f137";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 1.8em;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1rem;
  color: #7F7F7F;
}
body.menu-modern header .dropdown .lvl-2-menu .back::after {
  margin-left: 0;
  margin-bottom: 0;
}
body.menu-modern header .dropdown .lvl-2-menu .back, body.menu-modern header .dropdown .lvl-2-menu .close {
  position: absolute;
  top: 7em;
  left: 25px;
  z-index: 10000;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu .back, body.menu-modern header .dropdown .lvl-2-menu .close {
    display: none;
  }
}
body.menu-modern header .dropdown .lvl-2-menu.sub-menu-open .close {
  display: none;
}
body.menu-modern header .dropdown .lvl-2-menu.sub-menu-open .back {
  display: block;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu.sub-menu-open .back, body.menu-modern header .dropdown .lvl-2-menu.sub-menu-open .close {
    display: none;
  }
}
body.menu-modern header .dropdown .lvl-2-menu.sub-menu-open .left-col {
  transform: translateX(-130%);
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu.sub-menu-open .left-col {
    transform: translateX(0);
  }
}
body.menu-modern header .dropdown .lvl-2-menu .left-col {
  background-color: inherit;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu .left-col {
    min-height: 80%;
  }
}
body.menu-modern header .dropdown .lvl-2-menu .left-col ul {
  margin: 0;
  padding: 0;
}
body.menu-modern header .dropdown .lvl-2-menu .left-col ul li {
  display: flex;
  border-top: 1px solid #000;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body.menu-modern header .dropdown .lvl-2-menu .left-col ul li:last-child {
  border-bottom: 1px solid #000;
}
body.menu-modern header .dropdown .lvl-2-menu .left-col ul li.menu-item-has-children::after {
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  font-weight: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  cursor: pointer;
  width: 30px;
  padding: 0.5em;
}
body.menu-modern header .dropdown .lvl-2-menu .left-col ul li a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  padding: 0.5em;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  flex: 1 auto;
}
body.menu-modern header .dropdown .lvl-2-menu .left-col ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body.menu-modern header .dropdown .lvl-2-menu .left-col ul li:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
body.menu-modern header .dropdown .lvl-2-menu .left-col ul li.active {
  background-color: rgba(0, 0, 0, 0.2);
}
body.menu-modern header .dropdown .lvl-2-menu .left-col ul li.active::after {
  background-color: rgba(0, 0, 0, 0.3);
}
body.menu-modern header .dropdown .lvl-2-menu .right-col {
  background-color: inherit;
  width: 100%;
  position: relative;
}
body.menu-modern header .dropdown .lvl-2-menu .right-col .grid {
  display: flex;
}
body.menu-modern header .dropdown .lvl-2-menu .right-col .grid .related-page-item .related-page-thumb {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.5em;
}
body.menu-modern header .dropdown .lvl-2-menu .right-col .grid .related-page-item .related-page-title {
  margin-bottom: 0.5em;
}
body.menu-modern header .dropdown .lvl-2-menu .right-col .grid .related-page-item .related-page-excerpt {
  margin-bottom: 1em;
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus {
  background-color: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  /*.sub-menu-wrap{
      min-height: inherit;
      background-color: aliceblue;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1000;
      position: absolute;
      width: 100%;
  }*/
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu .sub-menus {
    top: 10em;
    left: 0;
    height: 0;
  }
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu {
  padding-top: 10em;
  padding-bottom: 5em;
  width: 100%;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  transform: translateX(100%);
  background-color: inherit;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu {
    padding: 0 5% 5em 5%;
  }
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu {
    transform: translateX(0);
  }
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu ul {
  width: 100%;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu {
    width: 50%;
  }
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu li {
  display: flex;
  border-top: 1px solid #000;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu li:last-child {
  border-bottom: 1px solid #000;
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu li.menu-item-has-children::after {
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  font-weight: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  cursor: pointer;
  width: 30px;
  padding: 0.5em;
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu li a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  padding: 0.5em;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  flex: 1 auto;
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu li:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu li.active {
  background-color: rgba(0, 0, 0, 0.2);
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu li.active::after {
  background-color: rgba(0, 0, 0, 0.3);
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu.active {
  z-index: 1000;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu.active {
    z-index: 1;
  }
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu.active:not(.over) {
  transform: translateX(0);
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu.active:not(.over) {
    transform: translateX(100%);
  }
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu.active li {
  pointer-events: initial;
}
body.menu-modern header .dropdown .lvl-2-menu .sub-menus .sub-menu.over {
  width: 100%;
  z-index: 1000;
  max-height: inherit;
  width: 100%;
  -moz-column-count: 3;
       column-count: 3;
  padding: 25vh 2em;
  margin: 0;
}
@media only screen and (min-width: 1030px) {
  body.menu-modern header .dropdown .lvl-2-menu {
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    grid-column-gap: 5%;
  }
  body.menu-modern header .dropdown .lvl-2-menu .left-col {
    position: absolute;
    z-index: 999;
    padding: 0 5%;
    border-right: 1px solid #000;
    width: 50%;
  }
  body.menu-modern header .dropdown .lvl-2-menu .right-col {
    padding: 0 5%;
    position: absolute;
    left: 50%;
    width: 50%;
  }
}/*# sourceMappingURL=modern-menu.css.map */