@charset "UTF-8";
/*!
Theme Name: acx
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

acx is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Custom Vars & Mixins
--------------------------------------------------------------*/
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: black;
  font-family: "Poppins", Helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.618em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #666666;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: rgb(76.5, 76.5, 76.5);
  border-radius: 3px;
  background: #666666;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #333333;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #999999;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/* collapsed nav menu */
.site-branding-icon {
  width: 100%;
  max-width: 250px;
}

.site-description {
  margin-top: 0.75rem;
  font-weight: 300;
  font-size: 0.8em;
  display: none;
}

@media screen and (min-width: 33.2777777778rem) {
  .site-branding {
    width: 100%;
  }
}
@media screen and (min-width: 42.6666666667rem) {
  .site-branding {
    width: 100%;
  }
  .site-description {
    display: block;
  }
}
@media screen and (min-width: 66.6666666667rem) {
  .site-branding {
    width: 100%;
  }
}
.navicon {
  font-size: 2.65rem;
  line-height: 1.8125rem;
  text-align: center;
  width: 3rem;
  cursor: pointer;
  width: 64px;
  height: 64px;
  background-image: url(img/nav-icon-menu.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 10px 16px;
}

.navtoggle {
  display: block;
  width: 40px;
  height: auto;
  overflow: hidden;
  float: right;
  margin: 1.618rem 2.617924rem 1.308962rem 2.617924rem;
}

.main-navigation {
  display: block;
  width: 100%;
  color: #666;
}

.main-navigation a,
.main-navigation a:active,
.main-navigation a:visited,
.main-navigation a:focus {
  font-weight: 400;
}

.main-navigation ul {
  clear: left;
  display: none;
  width: 100%;
  margin: 0 0 0 0;
  list-style: none;
}
.main-navigation ul.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-navigation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
}
.main-navigation ul li a {
  width: 100%;
  line-height: 4.5rem;
  padding: 0;
  color: black;
  background-color: #FFFFFF;
  padding: 0 2.617924rem;
  border-bottom: 0.0555555556rem solid rgb(216.75, 216.75, 216.75);
}
.main-navigation ul li a:hover {
  color: #FFFFFF;
  background-color: #999999;
  border-top: 0rem solid rgb(89.25, 89.25, 89.25);
  border-bottom: 0.0555555556rem solid rgb(127.5, 127.5, 127.5);
  background-color: #999999;
}
.main-navigation ul li.menu-item-29 a {
  background-color: #666666;
  color: #ffffff;
}
.main-navigation ul ul {
  position: relative;
  left: 0;
  list-style: none;
  margin: 0;
}
.main-navigation ul ul li {
  width: 100%;
}
.main-navigation ul ul li a {
  width: 100%;
  color: black;
  background-color: #FFFFFF;
  padding-left: 4.235801032rem;
  border-bottom: 0.0555555556rem solid rgb(216.75, 216.75, 216.75);
}
.main-navigation ul ul li a:hover {
  color: #FFFFFF;
  background-color: #999999;
  border-bottom-color: 0.0555555556rem solid rgb(114.75, 114.75, 114.75);
}
.main-navigation ul ul.sub-menu ul {
  position: relative;
  left: 0;
  list-style: none;
}
.main-navigation ul li ul,
.main-navigation ul li ul.childopen {
  display: block;
}

.mytheme_menu_switch {
  display: none !important;
}

/* Desktop Menu */
@media screen and (min-width: 56.8888888889rem) {
  .navtoggle, .navicon {
    display: none;
  }
  .main-navigation ul.show {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-navigation ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: 0rem solid #DFD8CF;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation ul li {
    width: auto;
    -webkit-box-flex: 2;
        -ms-flex: 2 2 auto;
            flex: 2 2 auto;
  }
  .main-navigation ul li a {
    line-height: 4.5rem;
    margin: 0;
    color: black;
    background-color: #ffffff;
    border: 0;
    padding: 0 1.308962rem;
    border-bottom: 0rem solid rgb(127.5, 127.5, 127.5);
    border-left: 0rem solid rgb(63.75, 63.75, 63.75);
  }
  .main-navigation ul li a:hover {
    color: #ffffff;
    background-color: #666666;
    border-bottom: 0rem solid black;
  }
  .main-navigation ul li {
    /* switch symbol for showing child */
  }
  .main-navigation ul li span.mytheme_menu_switch {
    display: inline-block;
    text-align: right;
    width: 1.4em;
    padding-right: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    display: none;
  }
  .main-navigation ul li {
    /* nav child menu */
  }
  .main-navigation ul li ul {
    display: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out;
    /* expanded nav child menu */
    position: absolute;
    z-index: 99999;
    top: 100%;
    left: 0;
    border: 0rem solid #DFD8CF;
    border-top: 0;
    border: 0rem solid rgb(63.75, 63.75, 63.75);
  }
  .main-navigation ul li ul li {
    float: none;
  }
  .main-navigation ul li ul li a {
    width: 100%;
    line-height: 3.5rem;
    margin-left: 0;
    color: black;
    background-color: #FFFFFF;
    padding: 0.654481rem 2.617924rem;
    border-bottom: 0.0555555556rem solid rgb(216.75, 216.75, 216.75);
    border-left: 0;
  }
  .main-navigation ul li ul li a:hover {
    color: #FFFFFF;
    background-color: #999999;
    border-bottom: 0.0555555556rem solid rgb(114.75, 114.75, 114.75);
  }
  .main-navigation ul li ul li ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation ul li {
    /* show child */
  }
  .main-navigation ul .mytheme_menu_switch {
    display: inline-block;
    display: none !important;
  }
  .main-navigation ul li.menu-item-has-children > a:after {
    content: "▲";
    content: "▼";
    margin-left: 0.5em;
  }
  .main-navigation ul .main-navigation > ul > li > ul > li.menu-item-has-children > a:after {
    content: "";
    margin-left: 0em;
  }
  .main-navigation ul li:hover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    opacity: 1;
  }
  .main-navigation ul ul.sub-menu ul, .main-navigation ul .main-navigation > ul > li > ul > li > ul {
    top: 0;
  }
  /*
      ul {
          position: relative;
          left: 0;
          @include mobile_nav_level1_ul();
          li a {
              @include mobile_nav_level1_link();
          }
      }

      ul.sub-menu ul {
          position: relative;
          left: 0;
          @include mobile_nav_level2_ul();
          li a {
              @include mobile_nav_level2_link();
          }
      }

  */
}
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
Custom styles
--------------------------------------------------------------*/
/*!
Theme Name: compander-kis
Theme URI: http://underscores.me/
Author: Compander
Author URI: http://www.compander.be
Description: A Compander Theme based on Underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cpdrkis
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

compander-kis is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
Custom vars & mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
structure
--------------------------------------------------------------*/
body, body.page {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#page {
  animation: fadein 0ms;
  -moz-animation: fadein 0ms; /* Firefox */
  -webkit-animation: fadein 0ms; /* Safari and Chrome */
  -o-animation: fadein 0ms; /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-site-header,
.section-site-content,
.section-site-footer {
  width: 100%;
  margin: 0;
  padding: 0;
}

.section-site-coverimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 22.2222222222rem;
  overflow: hidden;
}

.section-site-coverimage img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 auto;
}

.section-site-header {
  background-color: #fff;
}

.section-site-content {
  background-color: #FFFFFF;
}

.wrapper-site-header,
.wrapper-site-content,
.wrapper-site-footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.308962rem 1.308962rem;
}
@media (min-width: 42.6666666667rem) {
  .wrapper-site-header,
  .wrapper-site-content,
  .wrapper-site-footer {
    padding: 2.617924rem 2.617924rem;
  }
}

.wrapper-site-header {
  padding: 1.308962rem 1.308962rem;
}
@media (min-width: 42.6666666667rem) {
  .wrapper-site-header {
    padding: 0.654481rem 2.617924rem;
  }
}

.site-header,
.site-content,
.site-footer {
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 42.6666666667rem) {
  .site-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 56.8888888889rem) {
  .site-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.site-content.single-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-area {
  width: 100%;
  padding-bottom: 2.617924rem;
  padding-right: 0;
}
@media (min-width: 42.6666666667rem) {
  .content-area {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 56.8888888889rem) {
  .content-area {
    width: 70%;
    padding-right: 2.617924rem;
  }
}

.single-column .content-area {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 42.6666666667rem) {
  .single-column .content-area {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 56.8888888889rem) {
  .single-column .content-area {
    width: 100%;
    padding-right: 0;
  }
}

.site-main {
  width: 100%;
  margin: 0 0;
}

.single-column .site-main {
  margin: 0 auto;
}

.widget-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 2.617924rem;
}
@media (min-width: 42.6666666667rem) {
  .widget-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 56.8888888889rem) {
  .widget-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 30%;
  }
}

.single-column .widget-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 2.617924rem;
  grid-row-gap: 2.617924rem;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 2.617924rem;
}
@media (min-width: 56.8888888889rem) {
  .single-column .widget-area {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.single-column.home .widget-area {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

/*
.site-wide .site-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.site-wide .content-area {
    order: 1;
    width: 100%;
    padding-left: 0;
}

.site-wide article,
.page article {
    max-width: 600*$px;
    margin: $default_v_padding auto;
}

.widget-area-wide {
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 0;
    flex-wrap: wrap;
}
// Blogpage
/*
.blog .site-content,
.single-post .site-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.single-post .content-area,
.blog .content-area {
    order: 1;
    width: 100%;
    padding-left: 0;
}

.blog.hfeed .content-area {
    order: 1;
    width: 70%;
    padding-left: 0;
}
*/
/*
.widget-area-wide .widget {
    margin: 0;
    padding: 0 $widget_h_padding 0 0;
    margin-bottom: $default_v_padding;
    margin-top: $default_v_padding;
	// border: 1px solid #333;
}




.widget-area-wide .widget,
.widget-area-wide.col1 .widget,
.widget-area-wide.col2 .widget,
.widget-area-wide.col3 .widget,
.widget-area-wide.col4 .widget {
    width: 100%;
    // flex: 2 2 auto;
}

    @media screen and (min-width: $bp-tablet-portrait) {
        .widget-area-wide {
            flex-direction: row;
        }

        .widget-area-wide .widget,
        .widget-area-wide.col1 .widget,
        .widget-area-wide.col3 .widget {
            width: 100%;
        }

        .widget-area-wide.col2 .widget,
        .widget-area-wide.col4 .widget {
            width: 48%;
        }
        .widget-area .widget_search,
        .widget-area-wide.col4 .widget_search {
            width: 100%;
    }


    @media screen and (min-width: $bp-tablet-landscape) {
        .widget-area-wide {
            flex-direction: row;
        }
        .widget-area-wide.col1 .widget { width: 100%; }
        .widget-area-wide.col2 .widget { width: 48%; }
        .widget-area-wide.col3 .widget { width: 30%; }
        .widget-area-wide.col4 .widget { width: 23%; }
        }
    }


.widget-area .widget_search,
.widget-area-wide.col1 .widget_search,
.widget-area-wide.col2 .widget_search,
.widget-area-wide.col3 .widget_search,
.widget-area-wide.col4 .widget_search {
    width: 100%;
    padding-top: $widget_h_padding/$phi;
    text-align: center;
    border: 0;
}

.blog .widget-area .widget_search,
.blog .widget-area-wide.col1 .widget_search,
.blog .widget-area-wide.col2 .widget_search,
.blog .widget-area-wide.col3 .widget_search,
.blog .widget-area-wide.col4 .widget_search {

    @include bp-tablet-landscape {
        text-align: left;
        border-left: 0.0625em solid lighten($color__text-aside, 50%);
        border-right: 0;
    } 
}
.search-results .widget-area .widget_search,
.search-results .widget-area-wide.col1 .widget_search,
.search-results .widget-area-wide.col2 .widget_search,
.search-results .widget-area-wide.col3 .widget_search,
.search-results .widget-area-wide.col4 .widget_search,
.archive .widget-area .widget_search,
.archive .widget-area-wide.col1 .widget_search,
.archive .widget-area-wide.col2 .widget_search,
.archive .widget-area-wide.col3 .widget_search,
.archive .widget-area-wide.col4 .widget_search,
.category .widget-area .widget_search,
.category .widget-area-wide.col1 .widget_search,
.category .widget-area-wide.col2 .widget_search,
.category .widget-area-wide.col3 .widget_search,
.category .widget-area-wide.col4 .widget_search{

    @include bp-tablet-landscape {
        text-align: left;
        border-left: 0;
        border-right: 0.0625em solid lighten($color__text-aside, 50%);
    } 
}


/* Footer */
.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (min-width: 56.8888888889rem) {
  .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 2em;
  }
}
.section-site-footer {
  background-color: #FFFFFF;
}

@media screen and (max-width: 56.8333333333rem) {
  .navtoggle {
    float: right;
    margin: 1.618rem 2.617924rem 1.308962rem 2.617924rem;
  }
}
/*
@media screen and (max-width: 955*$px) {

    .site-content {
        flex-wrap: wrap;
    }
    .site-footer, .site-info {
        flex-direction: column;
    }
    .site-copyright, .social-info {
        width: 100%;
        text-align: center;
        padding: 0.5em 0;
}

    .content-area, .widget-area {
        width: 100%;
    }

    .content-area {
        order: 1;
        padding-left: 0;
    }


}
@media screen and (max-width: 620*$px) {

        .site-branding {
            // display: block;
            // float: left;
            // width: 40%;
        }
        .navicon {
		    // float: right;
            // margin: 0 auto;
            // border: 1px solid #ccc;
        }

}
*/
img {
  display: block;
}

.back-to-top {
  position: fixed;
  bottom: 10px;
  right: -100px;
  text-decoration: none;
  background-color: #666666;
  /* display: none; */
  border-radius: 1px 0 0 1px;
  border: 0;
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(img/back-to-top.svg);
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top.active {
  right: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top:hover {
  background-color: rgb(140.25, 140.25, 140.25);
  border: 0;
  opacity: 1;
}

/* Hamburger */
.hamburger .line {
  width: 40px;
  height: 5px;
  background-color: #666666;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

@media screen and (min-width: 66.6666666667rem) {
  .main-navigation ul li:nth-of-type(1) a:hover {
    background-color: #0d3b71;
  }
  .main-navigation ul li:nth-of-type(2) a:hover {
    background-color: #c1a18c;
  }
  .main-navigation ul li:nth-of-type(3) a:hover {
    background-color: #9d8b6f;
  }
}
.home .entry-header {
  display: none;
}

.site-header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 56.8888888889rem) {
  .site-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-branding {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.site-branding-icon {
  display: inline-block;
  max-width: 150px;
}

.site-branding-title {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

h2.site-title {
  font-size: 1.793em;
  margin: 0.5em auto 0.5em auto;
}

h2.site-title a {
  color: #000000;
}

/* Aside */
.widget-area {
  font-size: 0.95em;
  color: black;
}

.widget {
  display: block;
  width: 100%;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  margin-bottom: 1.308962rem;
  border: 0;
}
@media (min-width: 42.6666666667rem) {
  .widget {
    padding: 1.308962rem 1.308962rem;
    width: 47%;
    border: 0.0625em solid rgb(127.5, 127.5, 127.5);
    margin-bottom: 2.617924rem;
  }
}
@media (min-width: 56.8888888889rem) {
  .widget {
    width: 100%;
    margin-bottom: 2.617924rem;
  }
}

.single-column .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  margin-bottom: 0;
  padding: 1.308962rem 1.308962rem;
  border: 0.0625em solid rgb(127.5, 127.5, 127.5);
}
@media (min-width: 42.6666666667rem) {
  .single-column .widget {
    width: 100%;
    padding: 1.308962rem 1.308962rem;
    border: 0.0625em solid rgb(127.5, 127.5, 127.5);
  }
}
@media (min-width: 56.8888888889rem) {
  .single-column .widget {
    width: 100%;
    padding: 1.308962rem 1.308962rem;
    border: 0.0625em solid rgb(127.5, 127.5, 127.5);
  }
}

.widget a {
  color: #666666;
  text-decoration: none;
}
.widget a:visited, .widget a:active {
  color: #666666;
}
.widget a:hover, .widget a:focus {
  color: rgb(76.5, 76.5, 76.5);
}
.widget a:focus {
  outline: thin dotted;
}
.widget a:hover, .widget a:active {
  outline: 0;
  text-decoration: underline;
}

.widget-title {
  border-bottom: 0.0625em solid rgb(127.5, 127.5, 127.5);
}

.widget ul, .widget ol {
  padding: 0;
  margin: 0 0 1rem 1rem;
  list-style: square;
}

.single-column.home .widget {
  border: 0;
  color: #FFFFFF;
  padding: 2.617924rem 2.617924rem;
}

.single-column.home .widget:nth-child(odd) {
  background-color: #666666;
}

.single-column.home .widget:nth-child(even) {
  background-color: #666666;
}

.single-column .widget-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -2.617924rem;
  height: 8.3333333333rem;
  overflow: hidden;
  margin-bottom: 1.308962rem;
}

.single-column .widget-image img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.single-column.home .widget h2.widget-title {
  border: 0;
  padding: 0;
  font-size: 1.3em;
  color: #FFFFFF;
}

.single-column.home .widget h2.widget-title a {
  color: #FFFFFF;
}

.single-column.home .widget h2.widget-title a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.single-column.home .widget .continue_btn {
  margin-top: auto;
}

.single-column.home .widget .continue_btn a {
  color: #FFFFFF;
}

.single-column.home .widget:nth-child(odd) .continue_btn a.more-link {
  background: rgb(76.5, 76.5, 76.5);
  border: 1px solid #333333;
}

.single-column.home .widget:nth-child(even) .continue_btn a.more-link {
  background: #333333;
  border: 1px solid rgb(25.5, 25.5, 25.5);
}

.single-column.home .widget:nth-child(odd) .continue_btn a:hover.more-link {
  background: #333333;
  border: 1px solid rgb(38.25, 38.25, 38.25);
}

.single-column.home .widget:nth-child(even) .continue_btn a:hover.more-link {
  background: rgb(25.5, 25.5, 25.5);
  border: 1px solid rgb(12.75, 12.75, 12.75);
}

footer .widget-area {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 2.617924rem;
  grid-row-gap: 2.617924rem;
  width: 100%;
  color: black;
  font-size: 0.95em;
  padding: 0;
  margin: 0;
  margin-bottom: 2.617924rem;
}

@media screen and (min-width: 42.6666666667rem) {
  footer .widget-area {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media screen and (min-width: 56.8888888889rem) {
  footer .widget-area {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
footer .widget-area .widget {
  display: block;
  width: 100%;
  border-right: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

footer .widget-area .widget a {
  color: #666666;
  text-decoration: none;
}
footer .widget-area .widget a:visited, footer .widget-area .widget a:active {
  color: #666666;
}
footer .widget-area .widget a:hover, footer .widget-area .widget a:focus {
  color: rgb(140.25, 140.25, 140.25);
}
footer .widget-area .widget a:focus {
  outline: 0;
}

footer .widget-area .widget .widget-title {
  color: black;
}

/*


.widget {
    text-align: left;
    width: 100%;
    padding: 0 0 0 $widget_l_padding;
    border-left: 0.0625em solid $border__main-panel-medium;
    margin: 0;
    margin-bottom: $widget_b_padding;

}

#secondary.widget-area-wide .widget {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 2em;
    border-left: 0.0625em solid $border__main-panel-medium;
    margin: 0;
    margin-bottom: $widget_b_padding;
}



.site-wide .site-main .seperator {display: none}
.site-wide .content-area {padding-bottom: 0;}

.footer-copyright,
.footer-widgets, 
.footer-social-info {
    margin-bottom: 1em;
}

.footer-widgets {
    order: 1;
}

.footer-copyright {
    order: 2;
    text-align: left;
}

.footer-social-info {
    order: 3;
    text-align: right;
}


@media screen and (min-width: $bp-tablet-landscape) {

        .footer-widgets {
            margin-left: 0em;
        }
}

// Footer widgets

footer .widget-area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: $default_h_padding;
    grid-row-gap: $default_v_padding;
    width: 100%;
    color: $color__text-footer;
    font-size: 0.95em;
    padding: 0;
    margin: 0;
    margin-bottom: $default_v_padding;
}
footer .widget-area .widget {
    display: block;
    width: 100%;
    border-right: 0;
    padding: 0;
    margin: 0;
    border:0;
}

footer .widget-area .widget a {
    color: $color__link-footer;
    text-decoration: none;

	&:visited,
	&:active {
    color: $color__link-footer;
	}
	&:hover,
	&:focus {
    color: $color__link-footer;
	}
	&:focus {
		outline: 0;
	}  
}

footer .widget-area .widget .widget-title {
    color: $color__text-footer;
    border-bottom: 1px solid $color__text-footer;
    padding: 0;
    margin: 0;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-weight: 400;
}

@media screen and (min-width: $bp-tablet-portrait) {

        footer .widget-area {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }
}

@media screen and (min-width: $bp-tablet-landscape) {

        footer .widget-area {
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        }
}
















/* #menu-footermenu */
/**
.footer-widgets .widget ul#menu-footermenu {
    margin: 0;
}

.footer-widgets .widget ul#menu-footermenu li {
    display: inline;
    border-left: 0px solid $color__link-footer;
    // margin-left: 1em;
    padding: 0 1em;
}

.footer-widgets .widget ul#menu-footermenu li:first-child {
    border-left: 0px solid $color__link-footer;
}

.footer-widgets .widget ul#menu-footermenu li a {
}

.footer-widgets .widget {
    padding-right: 0;
    width: 100%;
    border-right: 0;
}








.footer-newsletter {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 1em 0;
}

.footer-newsletter label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
    color: $color__text-footer;
}

.footer-newsletter input.email {
    margin-right: 0.5em;
    background: lighten($color__accent, 30%);
    border: darken($color__accent, 30%);
}

.footer-newsletter .subscribe-button {
    display: inline;
}

.footer-newsletter .button {
    background: darken($color__accent, 30%);
    border: darken($color__accent, 40%);
    color: white;
    font-size: 1.00em;
    line-height: 1.618em;
    padding: 0.1875em 0.5em 0.1075em 0.5em;
    vertical-align: baseline;
    border-radius: 0.1875em;
    margin: 0;
    margin-bottom: 0.809rem;
}

.footer-newsletter .button:hover,
.footer-newsletter .button:focus {
    background: darken($color__accent, 40%);
    border: darken($color__accent, 50%);
    color: white;
    font-size: 1.00em;
    line-height: 1.618em;
    padding: 0.1875em 0.5em 0.1075em 0.5em;
    vertical-align: baseline;
    border-radius: 0.1875em;
    margin: 0;
    margin-bottom: 0.809rem;
}






.widget-area.col1 .widget { width: 100%; }
.widget-area.col2 .widget { width: 48%; }
.widget-area.col3 .widget { width: 30%; }
.widget-area.col4 .widget { width: 24%; }

@media screen and (max-width: 1023*$px) {
    .widget-area {
        flex-direction: row;
    }

    .widget-area .widget,
    .widget-area.col1 .widget,
    .widget-area.col2 .widget,
    .widget-area.col3 .widget,
    .widget-area.col4 .widget {
        width: 48%;
    }

    .widget-area .widget_search,
    .widget-area.col4 .widget_search {
        width: 100%;
        border: 0;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width: 768*$px) {
    .widget-area {
        flex-direction: column;
    }

    .widget-area .widget,
    .widget-area.col1 .widget,
    .widget-area.col2 .widget,
    .widget-area.col3 .widget,
    .widget-area.col4 .widget {
        width: 100%;
    }
}


.single-post .widget-area,
.blog .widget-area {
    padding-right: 0;
    padding-left: $default_h_padding/2;
}  




.home .widget,
.blog .widget {
}  


.widget-area .widget_search,
.widget-area-wide.col4 .widget_search {
    width: 100%;
    padding-top: $widget_h_padding/$phi;
}



*/
.site-info {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html, body {
  font-size: 18px;
  line-height: 1.618em;
  font-weight: 300;
}

strong, b {
  font-weight: 400;
}

/* Header */
/*
.site-header {
    color: $color__text-nav;
}

.site-header a {
	color: $color__link-nav;
    text-decoration: none;
		color: #fff;

	&:visited,
	&:active {
		color: $color__link-nav;
		color: #fff;
	}
	&:hover,
	&:focus {
		color: $color__link-nav-hover;
		color: #fff;
	}
	&:focus {
		outline: thin dotted;
	}
	&:hover,
	&:active {
		outline: 0;
        text-decoration: underline;
	}    
}

*/
.site-title, h2.site-title {
  letter-spacing: -1px;
}

a {
  color: #666666;
  text-decoration: none;
  -webkit-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
}
a:visited, a:active {
  color: #666666;
}
a:hover, a:focus {
  color: rgb(76.5, 76.5, 76.5);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", Helvetica, arial, sans-serif;
  line-height: 1.2135em;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: none;
  color: black;
  max-width: 136rem;
}

h1 {
  font-size: 2.323em;
  margin: 3.0945em auto 2.063em auto;
}

h2 {
  font-size: 1.793em;
  margin: 1.9875em auto 1.325em auto;
}

h3 {
  font-size: 1.476em;
  margin: 1.6695em auto 1.113em auto;
}

h4 {
  font-size: 1.296em;
  margin: 1.9695em auto 1.313em auto;
}

h5 {
  font-size: 1.138em;
  margin: 1.9695em auto 1.313em auto;
}

h6 {
  font-size: 1em;
  margin: 1.125em auto 0.75em auto;
}

h1 {
  margin: 0 auto 2.063em auto;
}

.widget-title {
  font-size: 1.138em;
  margin: 0 0 0.625em 0;
  padding: 0 0 0.625em 0;
}

h1.homepage,
h2.homepage {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1em;
}

p {
  padding: 0;
  margin: 0 0 1rem 0;
}

p.introtext {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.entry-title {
  margin-top: 0;
}

/* Lists */
ul, ol {
  padding: 0;
  margin: 0 0 1em 1.5em;
  list-style: disc;
}

blockquote {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  font-style: italic;
  color: #666666;
  margin-left: 5em;
  margin-bottom: 2em;
  padding: 1em 0 1em 2em;
  border-left: 1px solid #666666;
}

/* Readable width limitation */
.entry-content p,
.entry-content blockquote,
.entry-header,
form {
  max-width: 136rem;
  margin: 0 auto 1em auto;
}

.entry-content ul,
.entry-content ol {
  max-width: 100%;
  margin: 0 0 1em 1.5em;
}

@media (min-width: 42.6666666667rem) {
  .entry-content ul,
  .entry-content ol {
    max-width: 34rem;
    margin: 0 auto 1em auto;
  }
}
.page-content, .entry-content, .entry-summary {
  margin: 0 0 1.5em 0;
}

.archive-description {
  display: block;
  max-width: 136rem;
  margin: 0 auto 2.617924rem;
}

/* Buttons */
button, .button, .btn, input[type=button], input[type=reset], input[type=submit] {
  background-color: #666666;
  border: 0.0625em solid rgb(76.5, 76.5, 76.5);
  color: #ffffff;
  font-size: 1em;
  line-height: 1.618em;
  padding: 0.1875em 0.5em 0.1075em 0.5em;
  vertical-align: baseline;
  border-radius: 0.1875em;
  margin: 0;
  margin-bottom: 0.809rem;
}
button:visited, button:hover, button:active, .button:visited, .button:hover, .button:active, .btn:visited, .btn:hover, .btn:active, input[type=button]:visited, input[type=button]:hover, input[type=button]:active, input[type=reset]:visited, input[type=reset]:hover, input[type=reset]:active, input[type=submit]:visited, input[type=submit]:hover, input[type=submit]:active {
  background-color: rgb(76.5, 76.5, 76.5);
  border: 0.0625em solid #333333;
}
button:focus, .button:focus, .btn:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border: 0.0625em solid #999999;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  max-width: 99%;
  color: black;
  border: 0.0625em solid #ccc;
  border-radius: 0.1875em;
  padding: 0.1875em 0.375em 0.1075em 0.375em;
  margin: 0;
  margin-bottom: 0.4045rem;
  vertical-align: baseline;
}

/* Widget buttons*/
.continue_btn a.more-link {
  display: block;
  width: 100%;
  padding: 0.15em 1em;
  color: #666666;
  background: #ffffff;
  border: 1px solid #666666;
  border-radius: 3px;
  font-weight: 300;
}

.continue_btn a:hover.more-link {
  color: #ffffff;
  background: rgb(76.5, 76.5, 76.5);
  border: 1px solid #333333;
  text-decoration: none;
}

/* Labels */
label {
  font-size: 0.9em;
  color: #333333;
  display: inline-block;
  margin-bottom: 0.6180469716rem;
  margin-right: 0.5em;
}

/* Footer */
.site-footer {
  font-size: 0.9em;
  font-weight: 300;
  color: black;
}

.site-footer a {
  color: #666666;
  text-decoration: none;
}
.site-footer a:visited, .site-footer a:active {
  color: #666666;
}
.site-footer a:hover, .site-footer a:focus {
  color: rgb(140.25, 140.25, 140.25);
}
.site-footer a:focus {
  outline: thin dotted;
}
.site-footer a:hover, .site-footer a:active {
  outline: 0;
  text-decoration: none;
}

/* Jetpack form */
.contact-form input[type=checkbox], .contact-form input[type=radio] {
  float: none;
  margin-bottom: 1em;
  margin-right: 0.25rem;
  vertical-align: baseline !important;
}

.contact-submit {
  margin-top: 1em !important;
}

/*--------------------------------------------------------------
# Blog post styling
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

.blog .entry-featured-image-header {
  max-height: auto;
  overflow: hidden;
}

.entry-wrapper {
  max-width: 141.235848rem;
  padding-left: 2.617924rem;
  padding-right: 2.617924rem;
  padding-top: 1.618rem;
  margin: 0 auto;
  margin-bottom: 2.617924rem;
  margin-top: 0;
  background-color: #FFFFFF;
  opacity: 0.99;
}

@media screen and (min-width: 47.5rem) {
  .blog .entry-featured-image-header {
    max-height: 25em;
    overflow: hidden;
  }
  /*
  .entry-wrapper {
      margin-top: -10em;
  }
  */
}
/*
.page-title {
    margin-top: 0;
    margin-bottom: $default_v_padding*2;
}

.entry-header {
    margin-bottom: $default_v_padding;
}

.search .entry-header {
    margin-bottom: $default_v_padding/4;
}
*/
.entry-meta, .entry-meta a,
.cat-links, .cat-links a {
  color: #333333;
  font-size: 0.9em;
}

.cat-links {
  margin-right: 1em;
}

.seperator {
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  border-bottom: 0px solid rgb(242.25, 242.25, 242.25);
  margin-top: 4em;
  margin-bottom: 2em;
}

.search .seperator {
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  border-bottom: 0px solid rgb(242.25, 242.25, 242.25);
  margin-top: 2em;
  margin-bottom: 2em;
}

/* Style the quote post wrapper. */
/* Style blockquotes within the quote post. */
.format-quote blockquote {
  color: #666666;
  font-size: 2.3em;
  line-height: 1.5em;
  font-weight: 300;
  font-style: italic;
  quotes: "“" "”" "‘" "’";
  margin: 0 0;
}

.format-quote blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
  color: #666666;
}

.format-quote blockquote p {
  display: inline;
}

/* Don't forget cite in case a user makes use of it. */
.format-quote cite {
  display: block;
  font-size: 0.5em;
  color: #333333;
}

/* Edit Link */
.edit-link {
  display: block;
  margin: 0;
  margin-top: 0.809rem;
  margin-bottom: 0.809rem;
}

a.comment-edit-link,
a.post-edit-link,
a:visited.post-edit-link,
a:active.post-edit-link {
  background-color: #666666;
  border: 0.0625em solid rgb(76.5, 76.5, 76.5);
  color: #ffffff;
  font-size: 1em;
  line-height: 1.618em;
  padding: 0.2875em 0.5em 0.1875em 0.5em;
  vertical-align: text-bottom;
  border-radius: 0.1875em;
}

a:hover.post-edit-link {
  background-color: #ffffff;
  color: rgb(76.5, 76.5, 76.5);
  border: 0.0625em solid #333333;
}

a:focus.post-edit-link {
  background-color: rgb(229.5, 229.5, 229.5);
  border: 0.0625em solid #999999;
}

/* Comments */
.comments-area {
  max-width: 141.235848rem;
  padding-left: 2.617924rem;
  padding-right: 2.617924rem;
  margin: 0 auto;
}

h2.comments-title {
  font-size: 1.8em;
  line-height: 1.2em;
  padding-bottom: 1rem;
  margin-bottom: 2.617924rem;
}

.comment-notes {
  font-size: 0.9em;
  color: #333333;
}

ol.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.comment {
  display: block;
}

ol.comment-list li ol.children {
  padding-top: 1.618rem;
  margin-bottom: 4.235801032rem;
}

.comment-body {
  margin-bottom: 1.618rem;
}

ol.comment-list li ol.children li .comment-body {
  border-left: 1px solid #cccccc;
  padding-left: 1.618rem;
}

.comment-body footer.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9em;
  padding-bottom: 1em;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}

.comment-body .comment-author {
  display: block;
  vertical-align: middle;
}

.comment-body .comment-author img {
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
}

.comment-body .comment-metadata {
  display: block;
  vertical-align: bottom;
}

a.comment-reply-link,
a#cancel-comment-reply-link {
  border: 1px solid rgb(216.75, 216.75, 216.75);
  padding: 0.5em 1em;
  font-size: 0.8em;
  color: black;
  border-radius: 0.1875em;
}

@media screen and (max-width: 42.6666666667rem) {
  .entry-wrapper,
  .comments-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 35.5555555556rem) {
  .comment-body footer.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comment-body .comment-author {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
/*--------------------------------------------------------------
# Custom posts styling
--------------------------------------------------------------*/
.post-type-archive-werken .content-area,
.single-werken .content-area {
  width: 100%;
  padding-right: 0;
}

.post-type-archive-werken .archive-description {
  font-weight: 300;
  margin-bottom: 2.617924rem;
}

.post-type-archive-werken .worksgrid {
  display: block;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@media screen and (min-width: 56.8888888889rem) {
  .post-type-archive-werken .worksgrid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem 4rem;
  }
}
.worksgrid article {
  display: block;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-bottom: 2.617924rem;
}

.worksgrid .entry-post-thumbnail {
  display: block;
  aspect-ratio: 1;
  max-width: 100%;
}

.worksgrid .entry-post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}

.worksgrid h2.entry-title {
  margin-top: 1rem;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.worksgrid h2.entry-title a {
  font-size: 1.1rem;
  font-weight: 300;
  color: #000000;
}

.worksgrid .entry-content,
.werken-meta {
  font-weight: 300;
  margin-top: auto;
}

.werken-meta .label {
  font-weight: 400;
}

.worksgrid .entry-content p, .worksgrid .entry-content, .worksgrid .entry-header {
  max-width: 100%;
  margin: 0 0 0 0;
}

.workspage article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.617924rem;
}

.workspage .entry-post-thumbnail {
  display: block;
  margin-bottom: 2.617924rem;
}

.workspage .entry-details {
  display: block;
}

.workspage .entry-header h1 {
  display: block;
  margin-bottom: 2.617924rem;
}

.workspage .entry-content {
  font-weight: 300;
  margin-top: auto;
}

.workspage .entry-footer {
  display: block;
}

@media screen and (min-width: 56.8888888889rem) {
  .workspage article {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.617924rem 1fr 2.617924rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.617924rem;
    margin-bottom: 5.235848rem;
  }
  .workspage .entry-post-thumbnail {
    display: block;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .workspage .entry-details {
    display: block;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .workspage .entry-content {
    font-weight: 300;
    margin-top: auto;
  }
  .workspage .entry-footer {
    display: block;
  }
}
/*--------------------------------------------------------------
# Various elements
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

.cpdr-icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cpdr-icon-list li {
  display: inline-block;
  padding-right: 1em;
}

.cpdr-icon-list li:last-child {
  padding-right: 0em;
}

.cpdr-icon {
  content: "";
  display: inline-block;
  background-image: url(img/companderflex-icons.svg);
  vertical-align: middle;
}

.cpdr-icon.small {
  width: 16px;
  height: 16px;
  background-size: 160px 320px;
}

.cpdr-icon.medium {
  width: 32px;
  height: 32px;
  background-size: 160px 320px;
}

.cpdr-icon.large {
  width: 64px;
  height: 64px;
  background-size: 160px 320px;
}

.cpdr-icon.facebook {
  background-position: -33px 0px;
}
.cpdr-icon.facebook:hover {
  background-position: -65px 0px;
}

.cpdr-icon.linkedin {
  background-position: -97px -96px;
}
.cpdr-icon.linkedin:hover {
  background-position: -129px -96px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  margin-bottom: 2.617924rem;
}

.blog .nav-links {
  border-top: 0;
}

.nav-previous {
  margin-right: auto;
}

.nav-next {
  margin-left: auto;
}

@media screen and (max-width: 42.6666666667rem) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-previous {
    width: 100%;
    text-align: left;
  }
  .nav-next {
    width: 100%;
    text-align: right;
  }
}
.post-navigation a, .posts-navigation a {
  color: #999 !important;
  padding: 1em 0em !important;
  text-decoration: none;
}

/*
.nav-previous a {
    display: inline-block;
    align-self: flex-start;
}

.nav-next a {
    float: right;
}
*/
.comment-navigation .nav-previous a::before, .posts-navigation .nav-previous a::before, .post-navigation .nav-previous a::before, .comment-navigation .nav-next a::after, .posts-navigation .nav-next a::after, .post-navigation .nav-next a::after {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(img/cmpdr-icons-sprite.svg);
  background-size: 96px 320px;
  background-repeat: no-repeat;
  background-position: -32px -160px;
  margin-left: 0em;
  margin-right: 0.5em;
}

.comment-navigation .nav-next a::after, .posts-navigation .nav-next a::after, .post-navigation .nav-next a::after {
  background-position: -32px -176px;
  margin-left: 0.5em;
  margin-right: 0em;
}

.continue_btn span.meta-nav {
  display: none;
}

/*
.continue_btn a::after {
    position: relative;
    top: 3px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(img/cmpdr-icons-sprite.svg);
    background-size: 96px 320px;
    background-repeat: no-repeat;
    background-position: -32px -176px;
    margin-left: 0.5em;
    margin-right: 0em;
}

*/
.comment-respond {
  margin-bottom: 4em;
}

h3.comment-reply-title {
  color: #666666;
  cursor: pointer;
}
h3.comment-reply-title:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  background-image: url(img/companderflex-icons.svg);
  background-position: -33px -289px;
  background-size: 160px 320px;
  vertical-align: middle;
}

.comments-link a:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  background-image: url(img/companderflex-icons.svg);
  background-position: -33px -257px;
  background-size: 160px 320px;
  vertical-align: middle;
}

/*
.reply a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 0.5em;
    background-image: url(img/companderflex-icons.svg); 
    background-position: -72px -216px;
    background-size: 120px 240px;
    background-repeat: no-repeat;
    vertical-align:middle;

}

*/
.comment-form {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.comment-form.show {
  visibility: visible;
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.entry-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.entry-video iframe,
.entry-video object,
.entry-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
  margin-bottom: 2.617924rem;
}

/* Compander Site Credits */
.site-footer .site-credits {
  display: block;
  width: 100%;
  clear: both;
  margin: 1em 0 1em 0;
}

.site-footer .site-credits-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 2em;
  overflow: hidden;
}

.site-footer div.site-credits-wrapper .site-credits-icon {
  width: 1.5rem;
  margin-right: 0.5em;
  opacity: 0.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.site-footer div:hover.site-credits-wrapper .site-credits-icon {
  opacity: 1;
}

.site-footer div.site-credits-wrapper .site-credits-legend {
  width: 0%;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

.site-footer div:hover.site-credits-wrapper .site-credits-legend {
  width: 100%;
}

/* Jetpack overrides */
@media screen and (min-width: 600px) {
  .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
    width: 100% !important;
  }
}
/* Parallax */
.parallax-window {
  min-height: 400px;
  background: transparent;
}

.mob-menu-active .parallax-window {
  min-height: 0px;
}

@media screen and (min-width: 56.8888888889rem) {
  .mob-menu-active .parallax-window {
    min-height: 400px;
  }
}
p#breadcrumbs {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-bottom: 2rem;
}

p#breadcrumbs a {
  color: black;
  text-decoration: none;
}

p#breadcrumbs a:hover {
  color: #666666;
  text-decoration: none;
}

#cookie-notice {
  font-size: 1rem;
  line-height: 1.618em;
  text-align: left;
  border-top: 0.0625em solid #FFFFFF;
  opacity: 0.9;
}

.cookie-notice-container {
  width: 100%;
  text-align: left;
  max-width: 136rem;
  margin: 0 auto;
  padding: 1.308962rem;
}

#cn-notice-text {
  display: block;
  padding: 1.308962rem 0;
}

#cookie-notice .cn-button {
  margin-left: 0px;
  margin-right: 1em;
}

.cn-button.wp-default {
  font-family: "Poppins", Helvetica, arial, sans-serif;
  line-height: 1.618em;
  padding: 0.3875em 1.5em 0.3075em 1.5em;
  background: #666666;
  border-color: rgb(76.5, 76.5, 76.5);
  color: #ffffff;
  text-shadow: none;
  -moz-box-sizing: border-box;
  border-radius: 0.1875em;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
}

.cn-button.wp-default:hover {
  background: rgb(76.5, 76.5, 76.5);
  border-color: #333333;
  color: #ffffff;
}

.grunion-field-wrap {
  margin-bottom: 1.308962rem;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(img/swipebox/icons-black.png) !important;
}

#swipebox-overlay {
  background: #ffffff;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: none;
  opacity: 1;
}

.werken-meta {
  font-size: 0.9em;
}

.werken-meta-entry {
  display: inline-block;
  margin-right: 1em;
}

.werken-meta-label {
  font-weight: 400;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/* collapsed nav menu */
.site-branding-icon {
  width: 100%;
  max-width: 250px;
}

.site-description {
  margin-top: 0.75rem;
  font-weight: 300;
  font-size: 0.8em;
  display: none;
}

@media screen and (min-width: 33.2777777778rem) {
  .site-branding {
    width: 100%;
  }
}
@media screen and (min-width: 42.6666666667rem) {
  .site-branding {
    width: 100%;
  }
  .site-description {
    display: block;
  }
}
@media screen and (min-width: 66.6666666667rem) {
  .site-branding {
    width: 100%;
  }
}
.navicon {
  font-size: 2.65rem;
  line-height: 1.8125rem;
  text-align: center;
  width: 3rem;
  cursor: pointer;
  width: 64px;
  height: 64px;
  background-image: url(img/nav-icon-menu.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 10px 16px;
}

.navtoggle {
  display: block;
  width: 40px;
  height: auto;
  overflow: hidden;
  float: right;
  margin: 1.618rem 2.617924rem 1.308962rem 2.617924rem;
}

.main-navigation {
  display: block;
  width: 100%;
  color: #666;
}

.main-navigation a,
.main-navigation a:active,
.main-navigation a:visited,
.main-navigation a:focus {
  font-weight: 400;
}

.main-navigation ul {
  clear: left;
  display: none;
  width: 100%;
  margin: 0 0 0 0;
  list-style: none;
}
.main-navigation ul.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-navigation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
}
.main-navigation ul li a {
  width: 100%;
  line-height: 4.5rem;
  padding: 0;
  color: black;
  background-color: #FFFFFF;
  padding: 0 2.617924rem;
  border-bottom: 0.0555555556rem solid rgb(216.75, 216.75, 216.75);
}
.main-navigation ul li a:hover {
  color: #FFFFFF;
  background-color: #999999;
  border-top: 0rem solid rgb(89.25, 89.25, 89.25);
  border-bottom: 0.0555555556rem solid rgb(127.5, 127.5, 127.5);
  background-color: #999999;
}
.main-navigation ul li.menu-item-29 a {
  background-color: #666666;
  color: #ffffff;
}
.main-navigation ul ul {
  position: relative;
  left: 0;
  list-style: none;
  margin: 0;
}
.main-navigation ul ul li {
  width: 100%;
}
.main-navigation ul ul li a {
  width: 100%;
  color: black;
  background-color: #FFFFFF;
  padding-left: 4.235801032rem;
  border-bottom: 0.0555555556rem solid rgb(216.75, 216.75, 216.75);
}
.main-navigation ul ul li a:hover {
  color: #FFFFFF;
  background-color: #999999;
  border-bottom-color: 0.0555555556rem solid rgb(114.75, 114.75, 114.75);
}
.main-navigation ul ul.sub-menu ul {
  position: relative;
  left: 0;
  list-style: none;
}
.main-navigation ul li ul,
.main-navigation ul li ul.childopen {
  display: block;
}

.mytheme_menu_switch {
  display: none !important;
}

/* Desktop Menu */
@media screen and (min-width: 56.8888888889rem) {
  .navtoggle, .navicon {
    display: none;
  }
  .main-navigation ul.show {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-navigation ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: 0rem solid #DFD8CF;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation ul li {
    width: auto;
    -webkit-box-flex: 2;
        -ms-flex: 2 2 auto;
            flex: 2 2 auto;
  }
  .main-navigation ul li a {
    line-height: 4.5rem;
    margin: 0;
    color: black;
    background-color: #ffffff;
    border: 0;
    padding: 0 1.308962rem;
    border-bottom: 0rem solid rgb(127.5, 127.5, 127.5);
    border-left: 0rem solid rgb(63.75, 63.75, 63.75);
  }
  .main-navigation ul li a:hover {
    color: #ffffff;
    background-color: #666666;
    border-bottom: 0rem solid black;
  }
  .main-navigation ul li {
    /* switch symbol for showing child */
  }
  .main-navigation ul li span.mytheme_menu_switch {
    display: inline-block;
    text-align: right;
    width: 1.4em;
    padding-right: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    display: none;
  }
  .main-navigation ul li {
    /* nav child menu */
  }
  .main-navigation ul li ul {
    display: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out;
    /* expanded nav child menu */
    position: absolute;
    z-index: 99999;
    top: 100%;
    left: 0;
    border: 0rem solid #DFD8CF;
    border-top: 0;
    border: 0rem solid rgb(63.75, 63.75, 63.75);
  }
  .main-navigation ul li ul li {
    float: none;
  }
  .main-navigation ul li ul li a {
    width: 100%;
    line-height: 3.5rem;
    margin-left: 0;
    color: black;
    background-color: #FFFFFF;
    padding: 0.654481rem 2.617924rem;
    border-bottom: 0.0555555556rem solid rgb(216.75, 216.75, 216.75);
    border-left: 0;
  }
  .main-navigation ul li ul li a:hover {
    color: #FFFFFF;
    background-color: #999999;
    border-bottom: 0.0555555556rem solid rgb(114.75, 114.75, 114.75);
  }
  .main-navigation ul li ul li ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation ul li {
    /* show child */
  }
  .main-navigation ul .mytheme_menu_switch {
    display: inline-block;
    display: none !important;
  }
  .main-navigation ul li.menu-item-has-children > a:after {
    content: "▲";
    content: "▼";
    margin-left: 0.5em;
  }
  .main-navigation ul .main-navigation > ul > li > ul > li.menu-item-has-children > a:after {
    content: "";
    margin-left: 0em;
  }
  .main-navigation ul li:hover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    opacity: 1;
  }
  .main-navigation ul ul.sub-menu ul, .main-navigation ul .main-navigation > ul > li > ul > li > ul {
    top: 0;
  }
  /*
      ul {
          position: relative;
          left: 0;
          @include mobile_nav_level1_ul();
          li a {
              @include mobile_nav_level1_link();
          }
      }

      ul.sub-menu ul {
          position: relative;
          left: 0;
          @include mobile_nav_level2_ul();
          li a {
              @include mobile_nav_level2_link();
          }
      }

  */
}
/*--------------------------------------------------------------
WP Blocks
--------------------------------------------------------------*/
.wp-block-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  width: 100%;
  margin: 3rem 0;
}

@media (min-width: 42.6666666667rem) {
  .wp-block-columns {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;
    width: 100%;
    margin: 3rem 0;
  }
}
.wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  background-color: 1fafbf;
  color: #ffffff;
}

.wp-block-column:not(:first-child) {
  margin-left: 0;
}

.wp-block-column:nth-child(odd) {
  background-color: #666666;
}

.wp-block-column:nth-child(even) {
  background-color: #999999;
}

.wp-block-column:nth-child(3) {
  background-color: #666666;
}

figure {
  margin: 0 0 0 0;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-image img {
  max-width: 100%;
  margin-bottom: 0 !important;
}

.wp-block-column h2 {
  border: 0;
  margin: 0;
  padding: 0 2rem 1rem 2rem;
  font-size: 1.3em;
  color: white;
  margin-top: 0;
  color: #FFFFFF;
}

.wp-block-column h2 a {
  color: #FFFFFF;
}

.wp-block-column p {
  padding: 0 2rem 1rem 2rem;
}

.wp-block-buttons {
  margin-top: auto;
  padding: 0 2rem 2rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-buttons .wp-block-button {
  display: block;
  margin-right: 0;
  margin-bottom: 0;
}

.single-column.home .widget .continue_btn {
  margin-top: auto;
}

.single-column.home .widget .continue_btn a {
  color: #ffffff !important;
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0.15em 1em;
  text-align: left;
  text-decoration: none;
  overflow-wrap: break-word;
}

a.wp-block-button__link, a.wp-block-button__link:active, a.wp-block-button__link:focus, a.wp-block-button__link:hover, a.wp-block-button__link:visited {
  color: #ffffff !important;
}

.wp-block-column:nth-child(odd) .wp-block-button__link {
  background-color: rgb(76.5, 76.5, 76.5);
  border: 1px solid rgb(63.75, 63.75, 63.75);
}

.wp-block-column:nth-child(even) .wp-block-button__link {
  background-color: rgb(114.75, 114.75, 114.75);
  border: 1px solid #666666;
}

.wp-block-column:nth-child(3) .wp-block-button__link {
  background-color: rgb(76.5, 76.5, 76.5);
  border: 1px solid rgb(63.75, 63.75, 63.75);
}

.wp-block-column:nth-child(odd) .wp-block-button__link:hover {
  background-color: #333333;
  border: 1px solid rgb(38.25, 38.25, 38.25);
}

.wp-block-column:nth-child(even) .wp-block-button__link:hover {
  background-color: rgb(76.5, 76.5, 76.5);
  border: 1px solid #333333;
}

.wp-block-column:nth-child(3) .wp-block-button__link:hover {
  background-color: #333333;
  border: 1px solid rgb(38.25, 38.25, 38.25);
}

.wp-block-buttons.cto-buttons {
  margin-top: auto;
  padding: 0 0 0 0;
}

.wp-block-button.cto-button {
  margin-top: 3rem;
}

.wp-block-button.cto-button .wp-block-button__link {
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 1rem;
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 136rem;
  margin: 1rem auto 1rem auto;
  background-color: #999999;
  border: 1px solid rgb(140.25, 140.25, 140.25);
}

.wp-block-button.cto-button .wp-block-button__link:hover {
  background-color: #666666;
  border: 1px solid rgb(89.25, 89.25, 89.25);
}