/* Imports functional */
/*! normalize.css v8.0.0 | 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.
 */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

/**
   * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

@font-face {
  font-family: 'Industry';
  src: url("../assets/fonts/Industry-Light.eot");
  src: local("Industry Light"), local("Industry-Light"), url("../assets/fonts/Industry-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Industry-Light.woff") format("woff"), url("../assets/fonts/Industry-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Industry';
  src: url("../assets/fonts/Industry-Bold.eot");
  src: local("Industry Bold"), local("Industry-Bold"), url("../assets/fonts/Industry-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Industry-Bold.woff") format("woff"), url("../assets/fonts/Industry-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Industry';
  src: url("../assets/fonts/Industry-Medium.eot");
  src: local("Industry Medium"), local("Industry-Medium"), url("../assets/fonts/Industry-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Industry-Medium.woff") format("woff"), url("../assets/fonts/Industry-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Industry';
  src: url("../assets/fonts/Industry-Book.eot");
  src: local("Industry Book"), local("Industry-Book"), url("../assets/fonts/Industry-Book.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Industry-Book.woff") format("woff"), url("../assets/fonts/Industry-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Navigatie */
.hamburger {
  display: block;
  outline: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  z-index: 500;
  transition: all .25s ease-in-out;
}

.hamburger .hamburger-box {
  width: 25px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all .25s ease-in-out;
  transform-origin: center;
}

.hamburger .hamburger-bar {
  display: block;
  background-color: #000;
  width: 100%;
  height: 2px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: center;
  border-radius: 1px;
  transition: all .25s ease-in-out;
}

/* Header */
.header__topnav {
  background-color: #6A6A6A;
  padding: 5px 0;
}

.header__topnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
}

.header__topnav ul > li > a {
  display: -ms-flexbox;
  display: flex;
  font-size: .9rem;
  color: #fff;
  padding: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.header__topnav ul > li > a:hover {
  color: #d0001d;
}

@media (min-width: 46.25em) {
  .header__topnav ul > li > a {
    padding: 10px;
  }
}

.navigation-wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.navigation-wrapper .search-bar {
  position: absolute;
  top: 0;
  left: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  padding-top: 0;
  visibility: hidden;
  opacity: 0;
}

.navigation-wrapper .search-bar .search-form-wrapper {
  position: relative;
  width: 45%;
}

.navigation-wrapper .search-bar .search__quicklinks {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}

.navigation-wrapper .search-bar .search__quicklinks #loader {
  padding: 10px;
}

.navigation-wrapper .search-bar .search__quicklinks > .menu-header {
  margin-left: 15px;
}

.navigation-wrapper .search-bar .search__quicklinks > ul {
  margin: 0;
  padding: 10px;
  list-style: none;
  line-height: 1.2;
}

.navigation-wrapper .search-bar .search__quicklinks > ul li a {
  display: block;
  padding: 5px;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
  color: #000;
}

.navigation-wrapper .search-bar .search__quicklinks > ul li a:hover {
  background-color: #f8f8f8;
}

.navigation-wrapper .search-bar .search__quicklinks > ul li.show-all-results a {
  font-weight: 600;
  color: #d0001d;
}

.navigation-wrapper .search-bar .search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0;
}

.navigation-wrapper .search-bar .search-submit {
  -ms-flex-order: 2;
      order: 2;
}

.navigation-wrapper .search-bar .search-form > label {
  -ms-flex-order: 1;
      order: 1;
  height: 38px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.navigation-wrapper .search-bar .search-form .screen-reader-text {
  display: none;
}

.navigation-wrapper .search-bar .search-form input.search-field {
  background-color: #fff;
  color: #7d7f80;
  font-weight: 600;
  border: 0;
  height: 100%;
  width: 100%;
  padding-left: 15px;
  outline: none;
}

.navigation-wrapper .search-bar .search-form .search-submit {
  display: -ms-flexbox;
  display: flex;
  text-indent: -10000em;
  width: 40px;
  height: 38px;
  background-image: url("../assets/images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.subnav-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e0e4e7;
}

.subnav-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.subnav-wrapper ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 10px;
  margin: 0 3px;
  text-decoration: none;
  color: #000;
  font-size: .9rem;
}

.mobile-navigation {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #e0e4e7;
}

.mobile-navigation .logo {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: auto;
  padding: 10px;
  margin: 0 auto;
  max-width: 250px;
  height: 100%;
}

.mobile-navigation .logo img {
  width: 100%;
}

@media (min-width: 46.25em) {
  .mobile-navigation {
    display: none;
  }
}

.search-icon,
.search-icon-mobile {
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  color: #000;
  padding: 0 3px;
  text-decoration: none;
  background-image: url("../assets/images/icon-search.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
}

.wider-navigation {
  display: none;
}

.wider-navigation .logo {
  display: none;
}

.wider-navigation .default-menu ul > li > ul {
  display: none;
}

@media (min-width: 46.25em) {
  .wider-navigation {
    display: block;
    background-color: #EBEBEB;
    border-bottom: 1px solid #fff;
  }
  .wider-navigation .nav-top-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 0 20px;
  }
  .wider-navigation .hamburger {
    padding: 15px;
    padding-left: 0;
  }
  .wider-navigation .main-navigation {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .wider-navigation .main-navigation .default-menu > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .wider-navigation .main-navigation .default-menu > ul li a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 7px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all .25s ease-in-out;
  }
  .wider-navigation .main-navigation .default-menu > ul li a:hover {
    color: #d0001d;
  }
  .wider-navigation .main-navigation .default-menu > ul > li > a {
    position: relative;
  }
  .wider-navigation .main-navigation .default-menu > ul > li > a::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 7px;
    right: 7px;
    height: 2px;
    opacity: 0;
    background-color: #d0001d;
    transition: opacity .15s ease-in-out;
  }
  .wider-navigation .main-navigation .default-menu > ul > li:hover > a::after {
    opacity: 1;
  }
  .wider-navigation .main-navigation .default-menu > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #EBEBEB;
    list-style: none;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    z-index: 5000;
  }
}

@media (min-width: 46.25em) and (min-width: 60.9375em) {
  .wider-navigation .main-navigation .default-menu > ul > li > ul {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (min-width: 46.25em) {
  .wider-navigation .main-navigation .default-menu > ul > li > ul::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -100%;
    background-color: #EBEBEB;
    margin-top: -2px;
    border-top: 2px solid #fff;
  }
  .wider-navigation .main-navigation .default-menu > ul > li > ul::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -100%;
    background-color: #EBEBEB;
    margin-top: -2px;
    border-top: 2px solid #fff;
  }
  .wider-navigation .main-navigation .default-menu > ul > li > ul > li {
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding: 0;
    margin: 0;
  }
  .wider-navigation .main-navigation .default-menu > ul > li > ul > li > a {
    display: block;
    margin: 0;
    line-height: 1.2;
    padding: 7px 10px;
  }
  .wider-navigation .main-navigation .default-menu > ul > li > ul > li > a::before {
    content: "> ";
    margin-right: 5px;
  }
  .wider-navigation .main-navigation .default-menu > ul > li:hover > ul {
    display: -ms-flexbox;
    display: flex;
  }
  .wider-navigation .main-navigation .default-menu > ul > li.current-menu-item > a {
    position: relative;
    color: #d0001d;
  }
  .wider-navigation .logo {
    position: absolute;
    left: 60px;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 140px;
    padding: 15px 5px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-15px);
    transition: all .15s ease-in-out;
  }
}

@media (max-width: 46.24em) {
  .search-nav ul li ul li a {
    color: #fff;
    text-decoration: none;
  }
}

nav.popup-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  padding: 0;
  overflow-y: auto;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  background: black;
  visibility: hidden;
  transition: all .35s ease-in-out;
  z-index: 1000;
}

nav.popup-navigation .search-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  width: 100%;
}

nav.popup-navigation .search-form-wrapper {
  width: 100%;
}

nav.popup-navigation .search-nav .search-form-wrapper form.search-form {
  margin: 0;
}

nav.popup-navigation .close-menu {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("../assets/images/icon-close.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  width: 30px;
  height: 30px;
  top: 16px;
  right: 10px;
  color: #4d5156;
  text-decoration: none;
  padding: 4px;
  transition: color .15s ease-in-out;
}

nav.popup-navigation .close-menu:hover {
  color: #fff;
}

nav.popup-navigation .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 12px;
  max-width: none;
  border-bottom: 1px solid #2b3237;
}

nav.popup-navigation .logo img {
  max-width: 250px;
}

nav.popup-navigation .menu-container {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 30em) {
  nav.popup-navigation .menu-container.themes-menu .menu,
  nav.popup-navigation .menu-container.more-menu .menu {
    columns: 2;
  }
}

@media (min-width: 46.25em) {
  nav.popup-navigation .menu-container.themes-menu .menu,
  nav.popup-navigation .menu-container.more-menu .menu {
    columns: 3;
  }
  nav.popup-navigation .menu-container.themes-menu {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #15181a;
  }
}

@media (min-width: 46.25em) {
  nav.popup-navigation .menu-container.themes-menu .menu,
  nav.popup-navigation .menu-container.more-menu .menu {
    columns: 4;
  }
}

nav.popup-navigation .menu-container .menu-name {
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
}

nav.popup-navigation .menu-container > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 2;
}

nav.popup-navigation .menu-container > ul > li {
  width: 100%;
  display: block;
}

nav.popup-navigation .menu-container > ul > li > a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out;
}

nav.popup-navigation .menu-container > ul > li > a:hover {
  color: #d0001d;
}

@media (min-width: 46.25em) {
  nav.popup-navigation {
    display: block;
  }
  nav.popup-navigation .nav-top {
    width: 100%;
    height: 62px;
  }
  nav.popup-navigation .nav-top .content-wrapper {
    position: relative;
  }
  nav.popup-navigation .search-nav {
    padding: 0;
  }
  nav.popup-navigation .search-nav .content-wrapper {
    max-width: 1000px;
  }
  nav.popup-navigation .default-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.popup-navigation .default-menu > ul {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  nav.popup-navigation .default-menu > ul > li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
  }
  nav.popup-navigation .default-menu > ul > li > a {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 7px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all .25s ease-in-out;
  }
  nav.popup-navigation .default-menu > ul > li > a:hover {
    color: #d0001d;
  }
  nav.popup-navigation .menu-container > ul > li.current-menu-item a {
    color: #d0001d;
  }
  nav.popup-navigation .search-form-wrapper {
    padding: 50px;
  }
  nav.popup-navigation .menu-container {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 76.25em) {
  nav.popup-navigation .search-form-wrapper {
    padding: 70px 150px;
  }
  nav.popup-navigation .menu-container {
    margin-bottom: 50px;
  }
}

nav.popup-navigation.activated {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

nav.popup-navigation .search-nav .search-form-wrapper .screen-reader-text {
  display: none;
}

nav.popup-navigation .search-nav .search-form-wrapper .search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}

nav.popup-navigation .search-nav .search-form-wrapper .search-submit {
  -ms-flex-order: 1;
      order: 1;
}

nav.popup-navigation .search-nav .search-form-wrapper .search-form > label {
  -ms-flex-order: 2;
      order: 2;
  height: 40px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

nav.popup-navigation .search-nav .search-form-wrapper .search-form input.search-field {
  background-color: #1d1f21;
  color: #7d7f80;
  font-weight: 600;
  border: 0;
  height: 100%;
  width: 100%;
}

nav.popup-navigation .search-nav .search-form-wrapper .search-form .search-submit {
  display: -ms-flexbox;
  display: flex;
  text-indent: -10000em;
  width: 40px;
  height: 40px;
  background-image: url("../assets/images/icon-search-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  background-color: #1d1f21;
  border: 0;
}

.logo-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 15px;
}

.logo-cta .logo {
  display: none;
}

.logo-cta .call-to-action-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

@media (min-width: 46.25em) {
  .logo-cta .logo {
    display: block;
  }
  .logo-cta .logo img {
    width: auto;
    height: 80px;
  }
  .logo-cta .call-to-action-wrapper,
  .logo-cta .logo {
    width: 50%;
  }
  .logo-cta .call-to-action-wrapper {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

@media (min-width: 60.9375em) {
  .logo-cta {
    padding: 15px;
  }
}

.single .row-logo-cta {
  border-bottom: 1px solid #e0e4e7;
}

@media (min-width: 46.25em) {
  body.scrolled-down .wider-navigation .logo {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    padding: 5px;
    width: 180px;
  }
}

.banner-header-leaderboard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}

.banner-header-leaderboard .page-wrapper {
  width: auto;
}

@media (min-width: 46.25em) {
  .banner-header-leaderboard {
    margin-bottom: 40px;
  }
}

div[id^='engin-'] {
  display: -ms-flexbox;
  display: flex;
  float: none !important;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}

.banner-wrapper--relative,
div[id^="busin-"]--relative,
div[id^='gpt-ad-']--relative {
  position: relative;
}

.banner-wrapper__badge,
div[id^="busin-"]__badge,
div[id^='gpt-ad-']__badge {
  background-color: #d0001d;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  position: absolute;
}

@media (min-width: 46.25em) {
  .banner-wrapper,
  div[id^="busin-"],
  div[id^='gpt-ad-'] {
    border: 1px solid #e0e4e7;
  }
}

.banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.banner.placeholder {
  background-color: #b4cad7;
  color: #fff;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner.leaderboard {
  width: 320px;
  height: 100px;
}

@media (min-width: 46.25em) {
  .banner.leaderboard {
    width: 728px;
    height: 90px;
  }
}

.banner.product-of-month {
  width: 250px;
  height: 250px;
}

.banner.product-of-month.image {
  background-size: cover;
  background-position: center;
}

.banner.large-rectangle {
  width: 300px;
  height: 250px;
}

@media (min-width: 46.25em) {
  .banner.large-rectangle {
    width: 336px;
    height: 280px;
  }
}

.banner.full-banner {
  width: 320px;
  height: 100px;
}

@media (min-width: 46.25em) {
  .banner.full-banner {
    width: 468px;
    height: 60px;
  }
}

.banner.floor-ad {
  width: 320px;
  height: 50px;
}

@media (min-width: 46.25em) {
  .banner.floor-ad {
    width: 728px;
    height: 90px;
  }
}

.block.block-type-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 0;
  padding: 0;
}

footer.main-footer .footer-top {
  background-color: #f1f5f7;
  padding: 20px;
}

footer.main-footer .footer-top .call-to-action {
  padding: 20px;
  background-color: #fff;
}

footer.main-footer .footer-top .call-to-action h2 {
  color: #47baf0;
}

footer.main-footer .footer-top .call-to-action p {
  font-size: .9rem;
}

footer.main-footer .footer-top .footer-menu {
  margin-top: 15px;
  border-bottom: 1px solid #e0e4e7;
}

footer.main-footer .footer-top .footer-menu input {
  display: none;
}

footer.main-footer .footer-top .footer-menu label.menu-name {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
}

footer.main-footer .footer-top .footer-menu:last-child {
  margin-top: 0;
}

footer.main-footer .footer-top .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

footer.main-footer .footer-top .footer-menu ul li a {
  display: -ms-flexbox;
  display: flex;
  font-size: .9rem;
  color: #000;
  text-decoration: none;
  transition: color .25s ease-in-out;
}

footer.main-footer .footer-top .footer-menu ul li a:hover {
  color: #d0001d;
}

footer.main-footer .footer-top .footer-menu ul li.current-menu-item a {
  color: #d0001d;
}

@media (max-width: 46.24em) {
  footer.main-footer .footer-top .footer-menu label.menu-name::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    width: 14px;
    height: 8px;
    background-image: url("../assets/images/icon-chev-down.svg");
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
  }
  footer.main-footer .footer-top .footer-menu input + .menu-name + ul {
    visibility: hidden;
    height: 0;
    opacity: 0;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: all .25s ease-in-out;
  }
  footer.main-footer .footer-top .footer-menu input:checked + .menu-name + ul {
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: 500px;
    overflow: visible;
    margin-bottom: 10px;
  }
  footer.main-footer .footer-top .footer-menu input:checked + .menu-name::after {
    transform: rotate(180deg);
  }
}

footer.main-footer .footer-top .social-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

footer.main-footer .footer-top .social-media > h2 {
  width: 100%;
  text-align: center;
}

footer.main-footer .footer-top .social-media .social-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  padding: 9px;
  border-radius: 40px;
  border: 2px solid;
  transition: background-color .25s ease-in-out;
}

footer.main-footer .footer-top .social-media .social-icon .label {
  display: none;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--facebook {
  border-color: #3B5998;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--facebook:hover {
  background-color: #3B5998;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--facebook:hover svg path {
  fill: #fff;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--facebook .label {
  color: #3B5998;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--twitter {
  border-color: #1da1f2;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--twitter:hover {
  background-color: #1da1f2;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--twitter:hover svg path {
  fill: #fff;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--twitter .label {
  color: #1da1f2;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--linkedin {
  border-color: #2867B2;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--linkedin:hover {
  background-color: #2867B2;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--linkedin:hover svg path {
  fill: #fff;
}

footer.main-footer .footer-top .social-media .social-icon.social-icon--linkedin .label {
  color: #2867B2;
}

footer.main-footer .footer-bottom {
  padding: 20px;
  background-color: #000;
  color: #fff;
}

footer.main-footer .footer-bottom .copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5;
}

footer.main-footer .footer-bottom .copyright .seperator {
  display: none;
}

footer.main-footer .footer-bottom .copyright span:last-child {
  width: 100%;
}

footer.main-footer .footer-bottom .footer-menu-3 {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}

footer.main-footer .footer-bottom .footer-menu-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

footer.main-footer .footer-bottom .footer-menu-3 ul li {
  display: -ms-flexbox;
  display: flex;
}

footer.main-footer .footer-bottom .footer-menu-3 ul li a {
  font-size: .85rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: color .25s ease-in-out;
}

footer.main-footer .footer-bottom .footer-menu-3 ul li a:hover {
  color: #d0001d;
}

footer.main-footer .footer-bottom .footer-menu-3 ul li.current-menu-item a {
  color: #d0001d;
}

@media (min-width: 30em) {
  footer.main-footer .footer-top .page-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  footer.main-footer .footer-top .call-to-action {
    width: 100%;
  }
  footer.main-footer .footer-top .footer-menu,
  footer.main-footer .footer-top .footer-menu:last-child {
    width: 48%;
    margin-top: 10px;
    border: 0;
  }
  footer.main-footer .footer-bottom .page-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.main-footer .footer-bottom .copyright {
    width: 43%;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  footer.main-footer .footer-bottom .footer-menu-3 {
    width: 57%;
    margin: 0;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  footer.main-footer .footer-bottom .footer-menu-3 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  footer.main-footer .footer-bottom .footer-menu-3 ul li a {
    padding: 0 3px;
  }
}

@media (min-width: 46.25em) {
  footer.main-footer .footer-top .call-to-action {
    width: 50%;
  }
  footer.main-footer .footer-top .footer-menu,
  footer.main-footer .footer-top .footer-menu:last-child {
    width: 25%;
    margin: 0;
    padding: 12px 15px;
  }
  footer.main-footer .footer-top .footer-menu label.menu-name {
    font-size: 1.5rem;
    font-weight: 700;
  }
  footer.main-footer .footer-top .footer-menu ul {
    line-height: 2.3;
  }
  footer.main-footer .footer-top .footer-menu ul li a {
    font-size: 1rem;
    font-weight: 600;
  }
  footer.main-footer .footer-bottom .copyright {
    width: 50%;
  }
  footer.main-footer .footer-bottom .copyright .seperator {
    display: block;
    padding: 0 3px;
  }
  footer.main-footer .footer-bottom .copyright span:last-child {
    width: auto;
  }
  footer.main-footer .footer-bottom .footer-menu-3 {
    width: 50%;
  }
}

@media (min-width: 60.9375em) {
  footer.main-footer .footer-top {
    padding: 30px 20px;
  }
  footer.main-footer .footer-top .call-to-action,
  footer.main-footer .footer-top .footer-menu,
  footer.main-footer .footer-top .social-media {
    width: 25%;
  }
  footer.main-footer .footer-top .footer-menu {
    padding: 12px 25px;
  }
  footer.main-footer .footer-top .social-media {
    display: block;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 22px 0;
  }
  footer.main-footer .footer-top .social-media > h2 {
    width: auto;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
  }
  footer.main-footer .footer-top .social-media .social-icon {
    margin-bottom: 10px;
    position: relative;
  }
  footer.main-footer .footer-top .social-media .social-icon .label {
    display: block;
    position: absolute;
    left: 45px;
    top: 7px;
    font-weight: 700;
    text-decoration: none;
  }
}

@media (min-width: 76.25em) {
  footer.main-footer .footer-top {
    padding: 50px 20px;
  }
  footer.main-footer .footer-top .call-to-action p {
    font-size: 1rem;
  }
  footer.main-footer .footer-top .footer-menu {
    padding: 12px 40px;
  }
}

.footer-logos {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px;
}

@media (min-width: 60.9375em) {
  .footer-logos {
    width: 50%;
    margin-left: auto;
    margin-top: -100px;
  }
}

.footer-logos .footer-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30%;
  padding: 7px;
}

.footer-logos .footer-logo img, .footer-logos .footer-logo svg {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 30em) {
  .footer-logos .footer-logo {
    width: 20%;
  }
}

@media (min-width: 60.9375em) {
  .footer-logos .footer-logo {
    width: 18%;
    padding: 10px;
  }
}

.categories {
  list-style: none;
}

.categories__header {
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 10px;
}

.categories__children {
  display: none;
  margin-bottom: 0 !important;
}

.categories__children.selected {
  display: block !important;
}

.categories li ul {
  margin-bottom: 0;
}

.categories__item {
  color: #47baf0;
  list-style: none;
  font-weight: 700;
  margin-bottom: 0;
}

.categories__item:hover {
  color: #d0001d;
}

.categories__item > .selected {
  color: #d0001d !important;
}

.categories__item-link {
  color: #47baf0;
  text-decoration: none;
}

.categories__item-link:hover {
  color: #d0001d;
}

.wp-block-columns {
  display: block;
}

.wp-block-column {
  margin: 20px 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 46.25em) {
  .wp-block-columns {
    display: -ms-flexbox;
    display: flex;
  }
  .wp-block-column {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
  }
  .wp-block-columns.has-three-columns .wp-block-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .wp-block-columns.has-three-columns {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .wp-block-columns.has-three-columns .wp-block-column {
    width: 32%;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .wp-block-columns.has-two-columns .wp-block-column:first-child {
    padding-right: 40px;
  }
  .wp-block-columns.has-two-columns .wp-block-column:last-child {
    padding-left: 18px;
  }
}

@media (min-width: 1420px) {
  .wp-block-columns.has-three-columns {
    margin-left: -80px;
  }
}

.block-type-latest-post .post .post-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 10px 0;
}

@media (min-width: 46.25em) {
  .block-type-latest-post .post .post-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.post-category-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 5px;
  display: block;
  font-weight: 600;
  font-size: .85rem;
  color: #fff;
  text-decoration: none;
  background-color: #d0001d;
}

.block.block-type-latest-posts {
  border: 0;
  padding: 0;
}

.block.block-type-latest-posts .posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block.block-type-latest-posts .posts .post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.block.block-type-latest-posts .posts .post .post-image {
  width: 100px;
}

.block.block-type-latest-posts .posts .post .post-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 75px;
}

.block.block-type-latest-posts .posts .post .post-title h1,
.block.block-type-latest-posts .posts .post .post-title h3 {
  margin: 0;
}

.block.block-type-latest-posts .posts .post a {
  text-decoration: none;
  color: #47baf0;
}

.block.block-type-latest-posts .posts .post .post-content {
  width: calc(100% - 100px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.block.block-type-latest-posts .posts .post .post-content .post-excerpt,
.block.block-type-latest-posts .posts .post .post-content .post-actions {
  display: none;
}

.block.block-type-latest-posts .posts-nav .more-posts {
  display: none;
}

.block.block-type-latest-posts .posts-nav .navigation .screen-reader-text {
  display: none;
}

.block.block-type-latest-posts .posts-nav .navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block.block-type-latest-posts .posts-nav .navigation .page-numbers {
  -ms-flex-order: 1;
      order: 1;
  padding: 5px 10px;
  text-decoration: none;
  color: #47baf0;
  border: 2px solid #47baf0;
  border-left: 0;
  transition: all .25s ease-in-out;
}

.block.block-type-latest-posts .posts-nav .navigation .page-numbers:nth-child(2) {
  border-left: 2px solid #47baf0;
}

.block.block-type-latest-posts .posts-nav .navigation .page-numbers.prev {
  -ms-flex-order: 2;
      order: 2;
  margin-left: 10px;
}

.block.block-type-latest-posts .posts-nav .navigation .page-numbers.next {
  -ms-flex-order: 3;
      order: 3;
  margin-left: 10px;
}

.block.block-type-latest-posts .posts-nav .navigation .page-numbers.prev, .block.block-type-latest-posts .posts-nav .navigation .page-numbers.next {
  border: 0;
}

.block.block-type-latest-posts .posts-nav .navigation .page-numbers:hover, .block.block-type-latest-posts .posts-nav .navigation .page-numbers.current {
  background-color: #47baf0;
  color: #fff;
}

.block.block-type-latest-posts .posts .post .post-content .post-actions .post-categories-list a {
  font-weight: 600;
}

@media (min-width: 60.9375em) {
  .block.block-type-latest-posts .posts .post .post-image img {
    height: 200px;
  }
  .block.block-type-latest-posts .posts-nav .navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    padding: 20px 0;
    font-weight: 600;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-excerpt,
  .block.block-type-latest-posts .posts .post .post-content .post-actions {
    display: block;
    width: 100%;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: 600;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-excerpt {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-excerpt p,
  .block.block-type-latest-posts .posts .post .post-content .post-excerpt .readmore {
    font-weight: 600;
    display: inline;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-excerpt .readmore {
    font-weight: 700;
  }
  .block.block-type-latest-posts .posts .post .post-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block.block-type-latest-posts .posts .post .post-content .content p {
    font-weight: 600;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-title {
    margin-bottom: 10px;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags {
    padding-left: 10px;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-categories .prepend {
    margin-right: 5px;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-categories-list,
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags-list {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-categories-list li,
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags-list li {
    margin-right: 5px;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-categories-list li a::after,
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags-list li a::after {
    content: ", ";
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-categories-list li:last-child,
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags-list li:last-child {
    margin: 0;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-categories-list li:last-child a::after,
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags-list li:last-child a::after {
    content: " ";
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-categories-list a,
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags-list a {
    transition: color .15s ease-in-out;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-categories-list a:hover,
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags-list a:hover {
    color: #d0001d;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags-list .tag-item {
    display: block;
    padding: 2px 5px;
    font-size: .8rem;
    border: 1px solid #47baf0;
    font-weight: 600;
    transition: all .15s ease-in-out;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags-list .tag-item::after {
    display: none;
  }
  .block.block-type-latest-posts .posts .post .post-content .post-actions .post-tags-list .tag-item:hover {
    color: #fff;
    background-color: #d0001d;
    border-color: #d0001d;
  }
  .block.block-type-latest-posts .posts .post .post-image {
    width: 35%;
  }
  .block.block-type-latest-posts .posts .post .post-content {
    width: 65%;
    padding: 10px 30px;
  }
  .block.block-type-latest-posts .posts-nav .navigation {
    padding: 40px 0;
  }
}

.block.block-type-latest-posts-compact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.block.block-type-latest-posts-compact .posts-compact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block.block-type-latest-posts-compact .posts-compact li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.block.block-type-latest-posts-compact .posts-compact li .post-image {
  width: 100px;
}

.block.block-type-latest-posts-compact .posts-compact li .post-title {
  width: calc(100% - 120px);
}

.block.block-type-latest-posts-compact .posts-compact.first-post-big li:first-child .post-image {
  width: 100%;
  max-height: 150px;
  display: block;
}

.block.block-type-latest-posts-compact .posts-compact.first-post-big li:first-child .post-image img {
  width: 100%;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.block.block-type-latest-posts-compact .posts-compact.first-post-big li:first-child .post-title {
  width: 100%;
}

.block.block-type-latest-posts-compact .posts-compact.first-post-big li:first-child .post-excerpt {
  display: none;
}

.block.block-type-latest-posts-compact .posts-compact.first-post-big li {
  -ms-flex-direction: column;
      flex-direction: column;
}

.block.block-type-latest-posts-compact .posts-compact.first-post-big li .post-image {
  display: none;
}

.block.block-type-latest-posts-compact .posts-compact.first-post-big li .post-title {
  width: 100%;
}

.block.block-type-latest-posts-compact .posts-compact.first-post-big li .post-title a {
  font-weight: 700;
}

.block.block-type-latest-posts-compact .posts-compact li {
  border-bottom: 1px solid #e0e4e7;
}

.block.block-type-latest-posts-compact .posts-compact li a {
  display: block;
  font-weight: 600;
  padding: 5px 0;
  text-decoration: none;
}

.block.block-type-latest-posts-compact .posts-compact li a:hover {
  color: #d0001d;
}

.block.block-type-latest-posts-compact .posts-compact li:last-child {
  margin-bottom: 5px;
}

.block.block-type-latest-posts-compact .posts-compact-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
}

.block.block-type-latest-posts-compact .posts-compact-nav a {
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 46.25em) {
  .block.block-type-latest-posts-compact .posts-compact li a {
    padding: 10px 0;
  }
  .block.block-type-latest-posts-compact .posts-compact li:last-child {
    margin-bottom: 10px;
  }
}

.block.block-type-latest-posts.block-type-latest-posts-grid a {
  text-decoration: none;
}

.block.block-type-latest-posts.block-type-latest-posts-grid .posts-nav.posts-nav-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.block.block-type-latest-posts.block-type-latest-posts-grid .posts-nav.posts-nav-grid .more-posts {
  display: block;
  margin-bottom: 30px;
}

.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(1),
.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(2) {
  width: 100%;
  position: relative;
}

.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(1) .post-image,
.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(2) .post-image {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}

.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(1) .post-image .image-wrapper,
.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(2) .post-image .image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(1) .post-image .image-wrapper img,
.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(2) .post-image .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(1) .post-content,
.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(2) .post-content {
  position: absolute;
  bottom: 20px;
}

.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(1) .post-content .post-title h1,
.block.block-type-latest-posts.block-type-latest-posts-grid .post:nth-child(2) .post-content .post-title h1 {
  color: white;
  font-size: 1em;
}

.block.block-type-latest-posts.block-type-latest-posts-grid .posts .post .post-content {
  padding: 15px;
}

@media (min-width: 46.25em) {
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(1),
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(2) {
    text-decoration: none;
    width: 49.375%;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(1) .post-content,
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(2) .post-content {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    bottom: 0;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(1) .post-title h1,
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(2) .post-title h1 {
    font-size: 1.1rem;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(1) .post-image,
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(2) .post-image {
    width: 100%;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post .post-content .post-excerpt {
    display: none;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts-nav.posts-nav-grid .more-posts {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 60.9375em) {
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post {
    width: 32.5%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(1) .post-image, .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(2) .post-image {
    padding-bottom: 0;
    height: 300px;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(1) .post-content, .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(2) .post-content {
    position: unset;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(1) .post-content .post-title, .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(2) .post-content .post-title {
    position: absolute;
    top: 300px;
    width: 100%;
    left: 0px;
    padding-left: 10px;
    transform: translateY(-100%);
    padding-bottom: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 80%);
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(1) .post-content .post-title h1, .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post:nth-child(2) .post-content .post-title h1 {
    font-size: 1.2rem;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post .post-image {
    width: 100%;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post .post-content {
    width: 100%;
    box-sizing: border-box;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post .post-content .post-title h1 {
    font-size: 1rem;
  }
  .block.block-type-latest-posts.block-type-latest-posts-grid .posts .post .post-content .post-excerpt {
    display: block;
    color: #000;
  }
}

@media (min-width: 60.9375em) {
  .wp-block-columns.has-two-columns .block.block-type-latest-posts.block-type-latest-posts-grid .posts {
    padding-right: 40px;
  }
}

@media (min-width: 87.5em) {
  .wp-block-columns.has-two-columns .block.block-type-latest-posts.block-type-latest-posts-grid .posts {
    margin-left: -80px;
    padding-right: 0;
  }
}

.block.block-type-related-posts .block-title {
  margin-bottom: 5px;
}

.block.block-type-related-posts .block-subtitle {
  margin-bottom: 20px;
}

.block.block-type-related-posts .posts::after {
  content: 'flickity';
  display: none;
  /* hide :after */
}

.block.block-type-related-posts .posts {
  margin-bottom: 20px;
}

.block.block-type-related-posts .posts .post {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px;
}

.block.block-type-related-posts .posts .post:last-child {
  margin-bottom: 0;
}

.block.block-type-related-posts .posts .post .post-content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px;
}

.block.block-type-related-posts .posts .post .post-content .post-tags {
  margin-top: auto;
}

.block.block-type-related-posts .posts .post .label-sponsored-post {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 30px;
  width: auto;
  color: #000;
  font-weight: 300;
  padding: 5px 10px;
  background-color: #b4cad7;
  font-style: italic;
}

.block.block-type-related-posts .posts .post .post-image {
  width: 100%;
  max-height: 200px;
  position: relative;
}

.block.block-type-related-posts .posts .post .post-image img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block.block-type-related-posts .posts .post .post-image .post-category-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 10px;
  background-color: #d0001d;
  color: #fff;
  text-decoration: none;
  font-size: .85rem;
  transition: background-color .15s ease-in-out;
}

.block.block-type-related-posts .posts .post .post-image .post-category-link:hover {
  background-color: #000;
}

.block.block-type-related-posts .posts .post.post-type-company .post-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.block.block-type-related-posts .posts .post.post-type-company .post-image img {
  max-height: 80px;
  width: auto;
}

.block.block-type-related-posts .posts .post .post-content p {
  font-weight: 600;
}

.block.block-type-related-posts .posts .post .post-content .post-title h3 {
  margin-bottom: 10px;
}

.block.block-type-related-posts .posts .post .post-content .post-title h3 a {
  color: #47baf0;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.block.block-type-related-posts .posts .post .post-content .post-excerpt a {
  color: #000;
  text-decoration: none;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.block.block-type-related-posts .posts .post .post-content .post-tags > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.block.block-type-related-posts .posts .post .post-content .post-tags > ul li a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #47baf0;
  color: #47baf0;
  font-size: .85rem;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}

.block.block-type-related-posts .posts .post .post-content .post-tags > ul li a:hover {
  background-color: #47baf0;
  color: #fff;
}

.block.block-type-related-posts .num-posts-1 .post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}

.block.block-type-related-posts .num-posts-1 .post .post-image,
.block.block-type-related-posts .num-posts-1 .post .post-content {
  width: 100%;
  max-height: none;
}

.block.block-type-related-posts .num-posts-1 .post .post-image img,
.block.block-type-related-posts .num-posts-1 .post .post-content img {
  height: 100%;
}

@media (min-width: 30em) {
  .block.block-type-related-posts .num-posts-1 .post .post-image,
  .block.block-type-related-posts .num-posts-1 .post .post-content {
    width: 50%;
  }
}

@media (min-width: 46.25em) {
  .block.block-type-related-posts .posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 60.9375em) {
  .block.block-type-related-posts .posts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .block.block-type-related-posts .posts .post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .block.block-type-related-posts .posts .post .post-content .post-title h3 a {
    display: block;
    overflow: hidden;
    max-height: calc(2 * 1.5em);
    min-height: calc(2 * 1.5em);
  }
  .block.block-type-related-posts .posts.num-posts-1 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .block.block-type-related-posts .posts.num-posts-2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .block.block-type-related-posts .block-title {
    margin-bottom: 20px;
  }
}

@media (min-width: 76.25em) {
  .block.block-type-related-posts .posts {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .block.block-type-related-posts .posts .post {
    width: 100%;
    margin-bottom: 0;
  }
}

.block.block-type-tags .tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

.block.block-type-tags .tags .tags-prepend {
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: .85rem;
}

.block.block-type-tags .tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.block.block-type-tags .tags ul li a {
  display: block;
  width: auto;
  padding: 3px 7px;
  border-radius: 5px;
  background-color: #d0001d;
  color: #fff;
  font-size: .85rem;
  text-decoration: none;
  margin-right: 4px;
}

.block-type-facts .definition-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.block-type-facts .definition-list dt {
  width: 40%;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
}

.block-type-facts .definition-list dd {
  width: 60%;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
}

.block-type-bankruptcies .company-stadia,
.block-type-bankruptcies .company-stadia ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-type-bankruptcies .company-stadia {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.block-type-bankruptcies .company-stadia .company-status {
  width: 100%;
  margin-bottom: 20px;
}

.block-type-bankruptcies .company-stadia .status-title {
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: none;
  color: #d0001d;
}

@media (min-width: 46.25em) {
  .block-type-bankruptcies .company-stadia .company-status {
    width: 50%;
  }
}

.block-type-company-categories .categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-type-company-categories .categories {
  margin-bottom: 20px;
}

.block-type-company-categories .categories .category {
  width: 100%;
}

.block-type-company-categories .categories .category a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: all .15s ease-in-out;
}

.block-type-company-categories .categories .category a:hover {
  color: #47baf0;
  text-decoration: underline;
}

@media (min-width: 46.25em) {
  .block-type-company-categories .categories {
    column-count: 2;
  }
}

.block.block-type-press-releases .block-title {
  padding-top: 40px;
}

.block.block-type-press-releases .button-wrapper {
  padding-bottom: 40px;
}

.block.block-type-press-releases .posts {
  margin-bottom: 20px;
}

.block.block-type-press-releases .posts .post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  min-height: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}

.block.block-type-press-releases .posts .post:last-child {
  margin-bottom: 0;
}

.block.block-type-press-releases .posts .post .post-image {
  width: 100%;
  position: relative;
}

.block.block-type-press-releases .posts .post .post-image img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block.block-type-press-releases .posts .post .post-content {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
}

.block.block-type-press-releases .posts .post .post-content .post-title h3 {
  margin-bottom: 10px;
}

.block.block-type-press-releases .posts .post .post-content .post-title h3 a {
  color: #47baf0;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.5;
}

.block.block-type-press-releases .posts .post .post-content .post-excerpt a {
  color: #000;
  text-decoration: none;
}

.block.block-type-press-releases .posts .post .post-content .post-tags {
  margin-top: auto;
}

.block.block-type-press-releases .posts .post .post-content .post-tags > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.block.block-type-press-releases .posts .post .post-content .post-tags > ul li a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #47baf0;
  color: #47baf0;
  font-size: .85rem;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}

.block.block-type-press-releases .posts .post .post-content .post-tags > ul li a:hover {
  background-color: #47baf0;
  color: #fff;
}

@media (min-width: 46.25em) {
  .block.block-type-press-releases .posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .block.block-type-press-releases .posts .post {
    width: 49.375%;
  }
}

@media (min-width: 60.9375em) {
  .block.block-type-press-releases .posts .post {
    width: 24%;
    margin-right: 0;
  }
  .block.block-type-press-releases .posts {
    margin-bottom: 40px;
  }
}

.block.block-type-company-details-relation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block.block-type-company-details-relation .block-title {
  width: 100%;
}

.block.block-type-company-details-relation .company-logo {
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 46.25em) {
  .block.block-type-company-details-relation .company-logo {
    width: 35%;
    -ms-flex-order: 2;
        order: 2;
  }
}

.block.block-type-company-details-relation .company-details--postbus-wrap .company-details--postbus {
  margin-bottom: 8px;
  display: block;
}

.block.block-type-company-details-relation .company-details--city-zipcode {
  width: 100%;
}

.block.block-type-company-details-relation address {
  font-style: normal;
  width: 100%;
}

.block.block-type-company-details-relation .company-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 46.25em) {
  .block.block-type-company-details-relation .company-details {
    width: 65%;
    -ms-flex-order: 1;
        order: 1;
  }
}

.block.block-type-company-details-relation .company-details .address-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}

.block.block-type-company-details-relation .company-details .company-details-label {
  display: block;
  width: 40%;
  font-weight: 600;
}

.block.block-type-company-details .company-details--company-name {
  font-weight: bold;
}

.single .block-type-company-details {
  width: 100%;
}

.block.block-type-latest-events {
  border: 0;
  padding: 0;
}

.block.block-type-latest-events .posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block.block-type-latest-events .posts .post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.block.block-type-latest-events .posts .post .post-image {
  width: 30%;
}

.block.block-type-latest-events .posts .post .post-title h1,
.block.block-type-latest-events .posts .post .post-title h3 {
  margin: 0;
}

.block.block-type-latest-events .posts .post a {
  text-decoration: none;
  color: #47baf0;
}

.block.block-type-latest-events .posts .post .post-content {
  width: 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 20px;
}

.block.block-type-latest-events .posts .post .post-content .post-excerpt,
.block.block-type-latest-events .posts .post .post-content .post-actions {
  display: none;
}

.block.block-type-latest-events .posts-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block.block-type-latest-events .posts-nav .navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding: 20px 0;
  font-weight: 600;
}

.block.block-type-latest-events .posts-nav .navigation .screen-reader-text {
  display: none;
}

.block.block-type-latest-events .posts-nav .navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block.block-type-latest-events .posts-nav .navigation .page-numbers {
  -ms-flex-order: 1;
      order: 1;
  padding: 5px 10px;
  text-decoration: none;
  color: #47baf0;
  border: 2px solid #47baf0;
  border-left: 0;
  transition: all .25s ease-in-out;
}

.block.block-type-latest-events .posts-nav .navigation .page-numbers:nth-child(2) {
  border-left: 2px solid #47baf0;
}

.block.block-type-latest-events .posts-nav .navigation .page-numbers.prev {
  -ms-flex-order: 2;
      order: 2;
  margin-left: 10px;
}

.block.block-type-latest-events .posts-nav .navigation .page-numbers.next {
  -ms-flex-order: 3;
      order: 3;
  margin-left: 10px;
}

.block.block-type-latest-events .posts-nav .navigation .page-numbers.prev, .block.block-type-latest-events .posts-nav .navigation .page-numbers.next {
  border: 0;
}

.block.block-type-latest-events .posts-nav .navigation .page-numbers:hover, .block.block-type-latest-events .posts-nav .navigation .page-numbers.current {
  background-color: #47baf0;
  color: #fff;
}

@media (min-width: 46.25em) {
  .block.block-type-latest-events .posts .post .post-content .post-excerpt {
    display: block;
    width: 100%;
  }
  .block.block-type-latest-events .posts .post .post-content .post-excerpt {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .block.block-type-latest-events .posts .post .post-content .post-excerpt p,
  .block.block-type-latest-events .posts .post .post-content .post-excerpt .readmore {
    font-weight: 600;
    display: inline;
  }
  .block.block-type-latest-events .posts .post .post-content .post-excerpt .readmore {
    font-weight: 700;
  }
  .block.block-type-latest-events .posts .post .post-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block.block-type-latest-events .posts .post .post-content .content p {
    font-weight: 600;
  }
  .block.block-type-latest-events .posts .post .post-content .post-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 60.9375em) {
  .block.block-type-latest-events .posts .post .post-image {
    width: 35%;
  }
  .block.block-type-latest-events .posts .post .post-content {
    width: 65%;
    padding: 10px 30px;
  }
  .block.block-type-latest-events .posts-nav .navigation {
    padding: 40px 0;
  }
}

.block-type-latest-events-compact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.block-type-latest-events-compact .post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e4e7;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.block-type-latest-events-compact .post:last-child {
  border: 0;
  margin-bottom: 0;
}

.block-type-latest-events-compact .post .post-image {
  width: 30%;
}

.block-type-latest-events-compact .post .post-content {
  width: 70%;
  padding-left: 10px;
}

.block-type-latest-events-compact .post .post-content .post-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.block-type-latest-events-compact .post .post-content .post-excerpt {
  color: #000;
  font-weight: 600;
}

.block.block-type-list-productnews {
  border: 0;
  padding: 0;
}

.block.block-type-list-productnews .posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block.block-type-list-productnews .posts .post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.block.block-type-list-productnews .posts .post .post-image {
  width: 30%;
}

.block.block-type-list-productnews .posts .post .post-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.block.block-type-list-productnews .posts .post .post-title h1,
.block.block-type-list-productnews .posts .post .post-title h3 {
  margin: 0;
}

.block.block-type-list-productnews .posts .post a {
  text-decoration: none;
  color: #47baf0;
}

.block.block-type-list-productnews .posts .post .post-content {
  width: 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 20px;
}

.block.block-type-list-productnews .posts .post .post-content .post-excerpt,
.block.block-type-list-productnews .posts .post .post-content .post-actions {
  display: none;
}

.block.block-type-list-productnews .posts-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block.block-type-list-productnews .posts-nav .navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding: 20px 0;
  font-weight: 600;
}

.block.block-type-list-productnews .posts-nav .navigation .screen-reader-text {
  display: none;
}

.block.block-type-list-productnews .posts-nav .navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block.block-type-list-productnews .posts-nav .navigation .page-numbers {
  -ms-flex-order: 1;
      order: 1;
  padding: 5px 10px;
  text-decoration: none;
  color: #47baf0;
  border: 2px solid #47baf0;
  border-left: 0;
  transition: all .25s ease-in-out;
}

.block.block-type-list-productnews .posts-nav .navigation .page-numbers:nth-child(2) {
  border-left: 2px solid #47baf0;
}

.block.block-type-list-productnews .posts-nav .navigation .page-numbers.prev {
  -ms-flex-order: 2;
      order: 2;
  margin-left: 10px;
}

.block.block-type-list-productnews .posts-nav .navigation .page-numbers.next {
  -ms-flex-order: 3;
      order: 3;
  margin-left: 10px;
}

.block.block-type-list-productnews .posts-nav .navigation .page-numbers.prev, .block.block-type-list-productnews .posts-nav .navigation .page-numbers.next {
  border: 0;
}

.block.block-type-list-productnews .posts-nav .navigation .page-numbers:hover, .block.block-type-list-productnews .posts-nav .navigation .page-numbers.current {
  background-color: #47baf0;
  color: #fff;
}

@media (min-width: 46.25em) {
  .block.block-type-list-productnews .posts .post .post-content .post-excerpt {
    display: block;
    width: 100%;
  }
  .block.block-type-list-productnews .posts .post .post-content .post-excerpt {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .block.block-type-list-productnews .posts .post .post-content .post-excerpt p,
  .block.block-type-list-productnews .posts .post .post-content .post-excerpt .readmore {
    font-weight: 600;
    display: inline;
  }
  .block.block-type-list-productnews .posts .post .post-content .post-excerpt .readmore {
    font-weight: 700;
  }
  .block.block-type-list-productnews .posts .post .post-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block.block-type-list-productnews .posts .post .post-content .content p {
    font-weight: 600;
  }
  .block.block-type-list-productnews .posts .post .post-content .post-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 60.9375em) {
  .block.block-type-list-productnews .posts .post .post-image {
    width: 35%;
  }
  .block.block-type-list-productnews .posts .post .post-content {
    width: 65%;
    padding: 10px 30px;
  }
  .block.block-type-list-productnews .posts-nav .navigation {
    padding: 40px 0;
  }
}

.block-type-market_prices {
  position: relative;
}

.block-type-market_prices .price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.block-type-market_prices .price-list p {
  margin-bottom: 30px;
}

.block-type-market_prices > .price-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e0e4e7;
}

.block-type-market_prices .children-wrapper {
  width: 100%;
}

.block-type-market_prices .price-list .price-group-title h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-type-market_prices .price-list .price-group-title,
.block-type-market_prices .price-list .price-subgroup-title {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 600;
}

.block-type-market_prices .price-list > label,
.block-type-market_prices .price-list li {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.block-type-market_prices .price-list > label .price,
.block-type-market_prices .price-list li .price {
  margin-left: auto;
  padding: 0 5px;
  color: #000;
}

.block-type-market_prices .price-list > label .icon svg,
.block-type-market_prices .price-list li .icon svg {
  width: 15px;
  height: auto;
}

.block-type-market_prices .price-list .price-group-title a,
.block-type-market_prices .price-list .price-subgroup-title a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
}

.block-type-market_prices .price-list .price-group-title a .price,
.block-type-market_prices .price-list .price-subgroup-title a .price {
  margin-left: auto;
}

.block-type-market_prices .price-list.child-list {
  padding-left: 15px;
  width: 100%;
}

.block-type-market_prices .list-has-children .price-children-group-title {
  display: block;
  width: 100%;
}

.block-type-market_prices .list-has-children .price-children-group-title h3 {
  position: relative;
  padding-left: 20px;
  margin: 0;
}

.block-type-market_prices .list-has-children .price-children-group-title h3::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 8px;
  background-image: url("../assets/images/icon-chev-down-color-primary.svg");
  background-repeat: no-repeat;
  transition: all .25s ease-in-out;
}

.block-type-market_prices > .price-list input {
  display: none;
}

.block-type-market_prices > .price-list input + div + div + label + div {
  visibility: hidden;
  height: 0;
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all .25s ease-in-out;
}

.block-type-market_prices > .price-list input:checked + div + div + label + div {
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 1500px;
  overflow: visible;
  margin-bottom: 10px;
}

.block-type-market_prices .quick-link-target {
  position: absolute;
  margin-top: -60px;
}

.block-type-market_prices .category-description-wrapper {
  display: none;
}

.category-33 .block-type-market_prices {
  border: none;
  padding: 0;
}

.category-33 .block-type-market_prices > .price-list div.children-wrapper {
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 1500px;
  overflow: visible;
  margin-bottom: 10px;
}

.category-33 .block-type-market_prices .category-description-wrapper {
  display: block;
}

.category-33 .block-type-market_prices > .price-list {
  padding: 10px;
  border: 1px solid #e0e4e7;
}

@media (min-width: 60.9375em) {
  .category-33 .block-type-market_prices > .price-list {
    padding: 20px;
  }
}

.block.block-type-market_prices-quick-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.block.block-type-market_prices-quick-links h2 {
  white-space: nowrap;
  margin-right: 50px;
  margin-bottom: 0;
}

.block.block-type-market_prices-quick-links ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.block.block-type-market_prices-quick-links ul li {
  list-style: none;
}

@media (min-width: 60.9375em) {
  .block.block-type-market_prices-quick-links {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}

.block-type-advertorial {
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.block-type-advertorial .advertorial-heading {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.block-type-advertorial.text-color-white {
  color: #fff;
}

.block-type-iframe iframe {
  border: 0;
  width: 1px;
  min-width: 100%;
  min-height: 300px;
}

.block-type-iframe.iframe-height-automatic {
  position: relative;
  padding-bottom: 56.25%;
}

.block-type-iframe.iframe-height-automatic iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.block.block-type-productnews_row .block-title,
.block.block-type-productnews_single .block-title {
  margin-bottom: 20px;
}

.block.block-type-productnews_row .posts,
.block.block-type-productnews_single .posts {
  margin-bottom: 20px;
}

.block.block-type-productnews_row .posts .post,
.block.block-type-productnews_single .posts .post {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px;
}

.block.block-type-productnews_row .posts .post .post-content,
.block.block-type-productnews_single .posts .post .post-content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.block.block-type-productnews_row .posts .post .post-content .post-tags,
.block.block-type-productnews_single .posts .post .post-content .post-tags {
  margin-top: auto;
}

.block.block-type-productnews_row .posts .post .post-image,
.block.block-type-productnews_single .posts .post .post-image {
  width: 100%;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.block.block-type-productnews_row .posts .post .post-image a,
.block.block-type-productnews_single .posts .post .post-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.block.block-type-productnews_row .posts .post .post-image img,
.block.block-type-productnews_single .posts .post .post-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block.block-type-productnews_row .posts .post .label-product-of-the-month,
.block.block-type-productnews_single .posts .post .label-product-of-the-month {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 30px;
  width: auto;
  color: #fff;
  font-weight: 300;
  padding: 5px 10px;
  background-color: #d0001d;
}

.block.block-type-productnews_row .posts .post .post-content,
.block.block-type-productnews_single .posts .post .post-content {
  padding: 15px;
}

.block.block-type-productnews_row .posts .post .post-content p,
.block.block-type-productnews_single .posts .post .post-content p {
  font-weight: 600;
}

.block.block-type-productnews_row .posts .post .post-content .post-title h1,
.block.block-type-productnews_row .posts .post .post-content .post-title h3,
.block.block-type-productnews_single .posts .post .post-content .post-title h1,
.block.block-type-productnews_single .posts .post .post-content .post-title h3 {
  margin-bottom: 10px;
}

.block.block-type-productnews_row .posts .post .post-content .post-title h1 a,
.block.block-type-productnews_row .posts .post .post-content .post-title h3 a,
.block.block-type-productnews_single .posts .post .post-content .post-title h1 a,
.block.block-type-productnews_single .posts .post .post-content .post-title h3 a {
  color: #47baf0;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.block.block-type-productnews_row .post-title h3 a,
.block.block-type-productnews_single .post-title h3 a {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.block.block-type-productnews_row .posts .post .post-content .post-excerpt a,
.block.block-type-productnews_single .posts .post .post-content .post-excerpt a {
  color: #000;
  text-decoration: none;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.block.block-type-productnews_row .posts .post .post-content .post-tags > ul,
.block.block-type-productnews_single .posts .post .post-content .post-tags > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.block.block-type-productnews_row .posts .post .post-content .post-tags > ul li a,
.block.block-type-productnews_single .posts .post .post-content .post-tags > ul li a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #47baf0;
  color: #47baf0;
  font-size: .85rem;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}

.block.block-type-productnews_row .posts .post .post-content .post-tags > ul li a:hover,
.block.block-type-productnews_single .posts .post .post-content .post-tags > ul li a:hover {
  background-color: #47baf0;
  color: #fff;
}

@media (min-width: 46.25em) {
  .block.block-type-productnews_row .posts,
  .block.block-type-productnews_single .posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .block.block-type-productnews_row .posts .post,
  .block.block-type-productnews_single .posts .post {
    width: 49.375%;
  }
}

@media (min-width: 60.9375em) {
  .block.block-type-productnews_row .posts,
  .block.block-type-productnews_single .posts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .block.block-type-productnews_row .posts .post,
  .block.block-type-productnews_single .posts .post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .block.block-type-productnews_row .posts,
  .block.block-type-productnews_single .posts {
    margin-bottom: 40px;
  }
}

@media (min-width: 60.9375em) {
  .block.block-type-productnews_row .posts .post,
  .block.block-type-productnews_single .posts .post {
    margin-bottom: 0;
  }
}

.block.block-type-productnews_single .post {
  display: block;
  width: 100%;
  min-height: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}

.block.block-type-productnews_single .post .post-image {
  width: 100%;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.block.block-type-productnews_single .post .post-image img {
  display: block;
  max-height: 200px;
}

.block.block-type-productnews_single .post .label-product-of-the-month {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 30px;
  width: auto;
  color: #fff;
  font-weight: 300;
  padding: 5px 10px;
  background-color: #d0001d;
}

.block.block-type-productnews_single .post .post-content {
  padding: 15px;
}

.block.block-type-productnews_single .post .post-content p {
  font-weight: 600;
}

.block.block-type-productnews_single .post .post-content .post-title h1,
.block.block-type-productnews_single .post .post-content .post-title h3 {
  margin-bottom: 10px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.block.block-type-productnews_single .post .post-content .post-title h1 a,
.block.block-type-productnews_single .post .post-content .post-title h3 a {
  color: #47baf0;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.5;
}

.block.block-type-productnews_single .post .post-content .post-excerpt a {
  color: #000;
  text-decoration: none;
}

.block.block-type-productnews_single .post .post-content .post-tags > ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.block.block-type-productnews_single .post .post-content .post-tags > ul li a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #47baf0;
  color: #47baf0;
  font-size: .85rem;
  margin-right: 5px;
  text-decoration: none;
}

.block.block-type-productnews_single .post .post-content .post-tags > ul li a:hover {
  background-color: #47baf0;
  color: #fff;
}

.block.block-type-productnews_single .post {
  background-color: transparent;
  padding: 0;
}

.block.block-type-productnews_single .post .post-image-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
}

.block.block-type-productnews_single .post .post-image-title > a {
  width: 35%;
  padding-right: 10px;
}

.block.block-type-productnews_single .post .post-image-title h3 a {
  text-decoration: none;
  color: #000;
}

.productnews__categories {
  margin-bottom: 4rem;
}

.productnews__category {
  color: #d0001d;
}

.productnews__category > a {
  color: #d0001d;
  text-decoration: none;
}

.productnews__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.productnews__posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}

@media (min-width: 60.9375em) {
  .productnews__posts {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.productnews__posts .post {
  background-color: #fff;
}

.productnews__posts .post__link {
  text-decoration: none;
}

.productnews__posts .post__image {
  background-size: cover;
  height: 100px;
  position: relative;
}

.productnews__posts .post__product-of-the-month {
  background-color: #d0001d;
  color: #fff;
  left: 0;
  padding: 5px 10px;
  position: absolute;
}

.productnews__posts .post__content {
  color: #000;
  padding: 1rem;
}

.block.block-type-latests-posts-title-subtitle .block-title {
  margin-bottom: 20px;
}

.block.block-type-latests-posts-title-subtitle .block-subtitle {
  margin-bottom: 20px;
}

.block.block-type-latests-posts-title-subtitle .posts {
  margin-bottom: 20px;
}

.block.block-type-latests-posts-title-subtitle .posts .post {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px;
}

.block.block-type-latests-posts-title-subtitle .posts .post:last-child {
  margin-bottom: 0;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-content .post-tags {
  margin-top: auto;
}

.block.block-type-latests-posts-title-subtitle .posts .post .label-sponsored-post {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 30px;
  width: auto;
  color: #000;
  font-weight: 300;
  padding: 5px 10px;
  background-color: #b4cad7;
  font-style: italic;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-image {
  width: 100%;
  max-height: 200px;
  position: relative;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-image img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-image .post-category-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 10px;
  background-color: #d0001d;
  color: #fff;
  text-decoration: none;
  font-size: .85rem;
  transition: background-color .15s ease-in-out;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-image .post-category-link:hover {
  background-color: #000;
}

.block.block-type-latests-posts-title-subtitle .posts .post.post-type-company .post-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.block.block-type-latests-posts-title-subtitle .posts .post.post-type-company .post-image img {
  max-height: 80px;
  width: auto;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-content p {
  font-weight: 600;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-content .post-title h3 {
  margin-bottom: 10px;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-content .post-title h3 a {
  color: #47baf0;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.5;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-content .post-excerpt a {
  color: #000;
  text-decoration: none;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-content .post-tags > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-content .post-tags > ul li a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #47baf0;
  color: #47baf0;
  font-size: .85rem;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}

.block.block-type-latests-posts-title-subtitle .posts .post .post-content .post-tags > ul li a:hover {
  background-color: #47baf0;
  color: #fff;
}

@media (min-width: 46.25em) {
  .block.block-type-latests-posts-title-subtitle .posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .block.block-type-latests-posts-title-subtitle .posts .post {
    width: 49.375%;
  }
}

@media (min-width: 60.9375em) {
  .block.block-type-latests-posts-title-subtitle .posts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .block.block-type-latests-posts-title-subtitle .posts .post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .block.block-type-latests-posts-title-subtitle .posts .post .post-content .post-title h3 a {
    display: block;
    overflow: hidden;
    min-height: calc(2 * 1.5em);
  }
}

@media (min-width: 76.25em) {
  .block.block-type-latests-posts-title-subtitle .posts {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .block.block-type-latests-posts-title-subtitle .posts .post {
    width: 100%;
    margin-bottom: 0;
  }
}

.block.block-type-product-of-month .post-image-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
}

.block.block-type-product-of-month .post-image-title > a {
  width: 35%;
  padding-right: 10px;
}

.block.block-type-product-of-month .post-image-title h3 a {
  color: #000;
  text-decoration: none;
}

.block.block-type-product-of-month .post-content .post-excerpt a {
  color: #000;
  text-decoration: none;
}

.block.block-type-googlemap #google-map {
  min-height: 300px;
  width: 100%;
}

.block-type-post-categories-list h2 {
  color: #000;
}

.block-type-post-categories-list .categories {
  list-style: disc;
}

.block-type-post-categories-list .categories li a {
  color: #000;
  text-decoration: none;
}

.block-type-post-categories-list .categories li a:hover {
  color: #47baf0;
  text-decoration: underline;
}

.block-type-minisites .minisites-container {
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e4e7;
}

.block-type-minisites .minisites-container .post-type-company {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.block-type-minisites .minisites-container .post-type-company .post-image {
  width: 100px;
  height: 60px;
}

.block-type-minisites .minisites-container .post-type-company .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.block-type-minisites .minisites-container .post-type-company .post-content {
  width: calc(100% - 130px);
}

.block-type-minisites .minisites-container .post-type-company .post-content h3, .block-type-minisites .minisites-container .post-type-company .post-content p {
  margin: 0;
}

.block-type-minisites .minisites-container .post-type-company .post-content a {
  color: #000;
  text-decoration: none;
}

.block-type-whitepaper .block-whitepaper-image-wrapper img {
  width: 100%;
}

.block-type-whitepaper a {
  display: block;
  margin-top: 10px;
}

.block-type-whitepapers h3 {
  margin-bottom: 3px;
}

.block-type-whitepapers .whitepaper {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.block-type-whitepapers .description p {
  margin: 0;
  font-size: .85rem;
}

.block-type-whitepapers .description {
  margin-bottom: 10px;
}

.block-type-whitepapers a {
  font-size: .9rem;
}

.page-wrapper .align-wrap.align-wrap-wide {
  margin-left: -80px;
  margin-right: -80px;
}

.page-wrapper .align-wrap.align-wrap-full {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw;
  margin-bottom: 50px;
}

.page-wrapper .align-wrap.align-wrap-full .block .post {
  border: 1px solid #e0e4e7;
}

.alignfull > img {
  width: 100vw;
}

.block {
  border: 1px solid #e0e4e7;
  padding: 10px;
  margin-bottom: 15px;
}

.block .block-subtitle {
  display: block;
  font-weight: 600;
  color: #d0001d;
  font-size: 1rem;
  margin-bottom: 5px;
}

.block .block-title {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.block .widget-button {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  font-weight: 700;
  color: #47baf0;
  padding: 10px 0;
  text-decoration: none;
  font-size: 1.3em;
}

.block .widget-button:hover {
  color: #d0001d;
}

.block .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

@media (min-width: 46.25em) {
  .block {
    padding: 20px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  .block .block-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 60.9375em) {
  .block .block-subtitle {
    font-size: 1.2rem;
  }
  .block .block-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 76.25em) {
  .block .block-subtitle {
    font-size: 1.4rem;
  }
  .block .block-title {
    font-size: 1.8rem;
  }
}

.block.block-clean {
  padding: 0;
  margin: 0;
  border: 0;
}

.block.block-clean .post {
  border: 1px solid #e0e4e7;
}

/************************************************
  Tables
************************************************/
table,
table.wp-block-table {
  width: 100%;
  text-align: left;
  margin: 32px 0px;
  padding: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-spacing: 0;
  border-radius: 4px;
}

table p,
table form,
table ul,
table li {
  margin: 6px 0px;
  padding: 0px;
}

table thead,
table tfoot,
table.wp-block-table thead,
table.wp-block-table tfoot {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}

table th,
table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px;
  padding: 12px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

table td,
table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}

table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.embed-issuu {
  position: relative;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
}

.wp-block-embed__wrapper .issuuembed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  line-height: 1.15;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Industry", sans-serif;
  font-weight: 400;
  color: #000;
  min-width: 320px;
  overflow-x: hidden;
}

html.no-scrolling,
body.no-scrolling {
  overflow-y: hidden;
}

img,
embed,
object,
video,
figure {
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

iframe {
  max-width: 100%;
}

a {
  transition: color .15s ease-in-out;
}

.page-wrapper,
.wp-block-group__inner-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}

.content-wrapper {
  padding: 0 20px;
}

svg {
  width: 100%;
  height: auto;
}

.wp-block-group__inner-container {
  padding: 20px;
}

.wp-block-columns.has-two-columns {
  position: relative;
  padding: 0;
}

.wp-block-columns.has-two-columns .wp-block-group__inner-container {
  position: relative;
}

.wp-block-columns.has-two-columns .wp-block-group__inner-container::before {
  content: "";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
}

@media (min-width: 60.9375em) {
  .wp-block-columns.has-two-columns .wp-block-group__inner-container {
    padding: 25px 40px 25px 0px;
  }
  .wp-block-columns.has-two-columns .wp-block-group__inner-container::before {
    content: "";
    z-index: -1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -80px;
    width: 80px;
    height: 100%;
  }
}

.has-color-primary-background-color .wp-block-group__inner-container::before {
  background-color: #d0001d;
}

.has-color-secondary-background-color .wp-block-group__inner-container::before {
  background-color: #47baf0;
}

.has-color-tertiary-background-color .wp-block-group__inner-container::before {
  background-color: #b4cad7;
}

.has-color-quaternary-background-color .wp-block-group__inner-container::before {
  background-color: #f7f8f6;
}

.has-color-black-background-color .wp-block-group__inner-container::before {
  background-color: #000;
}

.has-color-white-background-color .wp-block-group__inner-container::before {
  background-color: #fff;
}

.has-color-primary-background-color {
  background-color: #d0001d;
}

.has-color-secondary-background-color {
  background-color: #47baf0;
}

.has-color-tertiary-background-color {
  background-color: #b4cad7;
}

.has-color-quaternary-background-color {
  background-color: #f7f8f6;
}

.has-color-black-background-color {
  background-color: #000;
}

.has-color-white-background-color {
  background-color: #fff;
}

.content h1,
.content h2 {
  margin: 0;
  margin-bottom: 20px;
}

.content h1.page-title {
  font-size: 2rem;
}

@media (min-width: 46.25em) {
  .content h1.page-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

@media (min-width: 60.9375em) {
  .content h1.page-title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.content .post-title h1 {
  font-size: 1rem;
}

@media (min-width: 46.25em) {
  .content .post-title h1 {
    font-size: 1.3rem;
  }
}

@media (min-width: 60.9375em) {
  .content .post-title h1 {
    font-size: 1.6rem;
  }
}

.content h2 {
  color: #d0001d;
}

.content h2.has-color-white-color {
  color: white;
}

.content .has-text-align-center {
  text-align: center;
}

.content .has-text-align-left {
  text-align: left;
}

.content .has-text-align-right {
  text-align: right;
}

.content p,
.content ul,
.content ol,
.content figure {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.content .alignleft {
  float: left;
}

.content .alignright {
  float: right;
}

.content .aligncenter {
  margin: 0 auto;
}

.content .aligncenter > table {
  margin: 0 auto;
}

.content .wp-block-quote.is-style-large p {
  font-size: 2rem;
}

.content .wp-block-quote p {
  margin: 0;
}

.content .wp-block-quote p::before {
  content: open-quote;
  vertical-align: top;
}

.content .wp-block-quote p::after {
  content: close-quote;
  vertical-align: bottom;
}

.content .wp-block-quote cite {
  font-style: normal;
  margin-top: 10px;
}

.content figcaption {
  font-size: .85rem;
}

.content p.has-small-font-size {
  font-size: .85rem;
}

.content p.has-medium-font-size {
  font-size: 1.2rem;
}

.content p.has-large-font-size {
  font-size: 1.4rem;
}

.content p.has-huge-font-size {
  font-size: 1.6rem;
}

.content p.has-color-primary-color {
  color: #d0001d;
}

.content p.has-color-secondary-color {
  color: #47baf0;
}

.content p.has-color-tertiary-color {
  color: #b4cad7;
}

.content p.has-color-quaternary-color {
  color: #f7f8f6;
}

.content p.has-color-white-color {
  color: #fff;
}

.content p.has-color-black-color {
  color: #000;
}

.content p.has-drop-cap:first-letter {
  font-size: 4rem;
  float: left;
  margin-top: -20px;
  font-weight: 700;
  padding-top: 0;
  padding-right: 10px;
}

@media (min-width: 46.25em) {
  .content p.has-drop-cap:first-letter {
    margin-top: -35px;
    font-size: 6rem;
  }
}

.content ul,
.content ol {
  margin-left: 20px;
}

.content a {
  color: #47baf0;
}

.content em {
  font-style: italic;
}

.content .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.content .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.button,
input[type='submit'] {
  display: inline-block;
  width: auto;
  padding: 15px;
  font-weight: 400;
  text-decoration: none;
  border: 2px solid #000;
  color: #000;
  transition: all .15s ease-in-out;
}

.button.button-color-secondary,
input[type='submit'].button-color-secondary {
  color: #47baf0;
  border-color: #47baf0;
}

.button.button-color-tertiary,
input[type='submit'].button-color-tertiary {
  color: #b4cad7;
  border-color: #b4cad7;
}

.button.button-color-white,
input[type='submit'].button-color-white {
  color: #47baf0;
  background-color: #fff;
  border: 0;
}

.button.button-color-transparent,
input[type='submit'].button-color-transparent {
  color: #d0001d;
  border-color: #d0001d;
  background-color: transparent;
}

.button.button-color-primary, .button:hover,
input[type='submit'].button-color-primary,
input[type='submit']:hover {
  color: #fff;
  background-color: #d0001d;
  border-color: #d0001d;
}

.block.block-type-productnews_row .posts .post .post-content .post-title h3,
.post-type-productnews_post .post-excerpt {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* Content styles */
/* Forms */
.gform_wrapper {
  margin: 0;
}

.gform_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gform_wrapper .validation_error {
  display: block;
  line-height: 1.3;
  margin-bottom: 20px;
}

.gform_wrapper .validation_message {
  position: absolute;
  font-size: .75em;
  left: 5px;
  bottom: -18px;
}

.gform_wrapper .gform_description {
  display: block;
  margin-bottom: 15px;
}

.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}

.gform_wrapper .gfield {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.gform_wrapper .gfield.hidden_label > label {
  display: none;
}

.gform_wrapper .gfield.gfield_visibility_hidden {
  display: none;
}

.gform_wrapper .gfield:last-child {
  margin-bottom: 0;
}

.gform_wrapper .gfield.gfield_html_formatted {
  margin: 0;
  margin-top: 25px;
}

.gform_wrapper label {
  display: block;
  font-weight: 700;
  color: inherit;
  text-align: left;
  margin-bottom: 10px;
}

.gform_wrapper .gfield_radio li {
  display: inline-block;
  width: auto;
}

.gform_wrapper .gfield_radio li input[type='radio'] {
  margin-right: 5px;
}

.gform_wrapper .gfield_radio label {
  display: inline-block;
  width: auto;
}

.gform_wrapper input[type='text'],
.gform_wrapper input[type='email'],
.gform_wrapper input[type='tel'],
.gform_wrapper input[type='password'],
.gform_wrapper input[type='number'],
.gform_wrapper input[type='search'],
.gform_wrapper select {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: inherit;
  background-color: #f8f8f8;
  color: #404040;
  border: 1px solid #D1D1D1;
  transition: background-color .25s linear;
}

.gform_wrapper input[type='text']:focus,
.gform_wrapper input[type='email']:focus,
.gform_wrapper input[type='tel']:focus,
.gform_wrapper input[type='password']:focus,
.gform_wrapper input[type='number']:focus,
.gform_wrapper input[type='search']:focus,
.gform_wrapper select:focus {
  background-color: #e7e7e7;
}

.gform_wrapper input[type='text']::-webkit-input-placeholder,
.gform_wrapper input[type='email']::-webkit-input-placeholder,
.gform_wrapper input[type='tel']::-webkit-input-placeholder,
.gform_wrapper input[type='password']::-webkit-input-placeholder,
.gform_wrapper input[type='number']::-webkit-input-placeholder,
.gform_wrapper input[type='search']::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder {
  color: #404040;
  font-style: italic;
}

.gform_wrapper input[type='text']::-moz-placeholder,
.gform_wrapper input[type='email']::-moz-placeholder,
.gform_wrapper input[type='tel']::-moz-placeholder,
.gform_wrapper input[type='password']::-moz-placeholder,
.gform_wrapper input[type='number']::-moz-placeholder,
.gform_wrapper input[type='search']::-moz-placeholder,
.gform_wrapper select::-moz-placeholder {
  color: #404040;
  font-style: italic;
}

.gform_wrapper input[type='text']:-ms-input-placeholder,
.gform_wrapper input[type='email']:-ms-input-placeholder,
.gform_wrapper input[type='tel']:-ms-input-placeholder,
.gform_wrapper input[type='password']:-ms-input-placeholder,
.gform_wrapper input[type='number']:-ms-input-placeholder,
.gform_wrapper input[type='search']:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder {
  color: #404040;
  font-style: italic;
}

.gform_wrapper input[type='text']:-moz-placeholder,
.gform_wrapper input[type='email']:-moz-placeholder,
.gform_wrapper input[type='tel']:-moz-placeholder,
.gform_wrapper input[type='password']:-moz-placeholder,
.gform_wrapper input[type='number']:-moz-placeholder,
.gform_wrapper input[type='search']:-moz-placeholder,
.gform_wrapper select:-moz-placeholder {
  color: #404040;
  font-style: italic;
}

.gform_wrapper .gfield_error input[type='text'],
.gform_wrapper .gfield_error input[type='email'],
.gform_wrapper .gfield_error input[type='tel'],
.gform_wrapper .gfield_error input[type='password'],
.gform_wrapper .gfield_error input[type='number'],
.gform_wrapper .gfield_error input[type='search'],
.gform_wrapper .gfield_error textarea {
  border: 1px solid red;
}

.gform_wrapper input[type='number'] {
  display: inline-block;
  width: 100%;
}

.gform_wrapper input[type='checkbox'] {
  display: inline-block;
}

.gform_wrapper input[type='radio'] {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  -webkit-appearance: radio;
}

.gform_wrapper textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  height: 150px;
  border: 0;
  padding: 15px;
  font-family: "Industry", sans-serif;
  color: #000;
  font-size: inherit;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #D1D1D1;
  background-color: #f8f8f8;
  transition: border .25s linear, background-color .25s linear;
}

.gform_wrapper textarea:focus {
  background-color: #e7e7e7;
  outline: 0;
}

.gform_wrapper .gfield_checkbox li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.gform_wrapper .gfield_checkbox li input {
  margin-top: -10px;
  margin-right: 10px;
}

.gform_wrapper .gfield_checkbox li label {
  -ms-flex-positive: 1;
      flex-grow: 1;
  vertical-align: middle;
}

.gform_wrapper .hidden_sub_label {
  display: none;
}

@media (min-width: 30em) {
  .gform_wrapper .ginput_container.ginput_complex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .gform_wrapper .ginput_container.ginput_complex > span {
    width: 49%;
  }
}

@media (min-width: 46.25em) {
  .gform_wrapper ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gform_wrapper > form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gform_wrapper .gform_heading {
    width: 100%;
  }
  .gform_wrapper .gform_body {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .gform_wrapper .gform_footer {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .gform_wrapper .gform_footer button.submit {
    margin-top: auto;
  }
  .gform_wrapper .gfield {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .gform_wrapper .gfield > .gfield_label {
    width: 35%;
    vertical-align: middle;
    margin: 0;
  }
  .gform_wrapper .gfield.label_above > .gfield_label {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .gform_wrapper .gfield .ginput_container {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .gform_wrapper #field_5_10 {
    width: 40%;
  }
  .gform_wrapper #field_5_11 {
    width: 59%;
    margin-left: 1%;
  }
  .gform_wrapper .clear-multi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .gform_wrapper .clear-multi .ginput_container_date {
    -ms-flex-positive: 0;
        flex-grow: 0;
    width: 32.5%;
  }
  .gform_wrapper .gfield_checkbox label {
    margin-right: 10px;
  }
}

.gform_wrapper .two-columns input[type='submit'] {
  height: 30px;
  width: auto;
  float: none;
  margin-left: auto;
}

.gform_wrapper .two-columns textarea.textarea {
  width: 100% !important;
  min-height: 125px;
  height: 125px;
}

.gform_wrapper .two-columns .gform_footer {
  width: 100%;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

@media (min-width: 46.25em) {
  .gform_wrapper .two-columns .gform_fields {
    column-count: 2;
  }
  .gform_wrapper .two-columns .gfield {
    break-inside: avoid;
  }
}

@media (max-width: 60.9275em) {
  .gform_wrapper .two-columns .gfield_label {
    width: 100%;
  }
}

@media (min-width: 60.9375em) {
  .gform_wrapper .two-columns input[type='text'],
  .gform_wrapper .two-columns input[type='email'] {
    width: 100%;
  }
}

/* Buttons */
.content input[type='submit'],
.content input[type='button'],
.content button.submit {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 150px;
  font-size: .9rem;
  font-weight: 400;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  line-height: 1.7;
  color: #47baf0;
  border: solid 2px #47baf0;
  background-color: transparent;
  text-transform: capitalize;
  padding: 15px;
  cursor: pointer;
  font-family: "Industry", sans-serif;
  transition: background-color .25s ease-in-out, color .25s ease-in-out, padding .25s ease-in-out;
}

.content input[type='submit'] i,
.content input[type='button'] i,
.content button.submit i {
  padding-left: 10px;
}

.content input[type='submit']:hover,
.content input[type='button']:hover,
.content button.submit:hover {
  background-color: #d0001d;
  color: #fff;
  border: solid 2px #d0001d;
}

.gform_validation_container {
  display: none !important;
}

.column-type-text .gform_wrapper form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column-type-text .gform_wrapper form .hidden_label label {
  display: none;
}

.column-type-text .gform_wrapper form .gform_body {
  width: 100%;
}

.column-type-text .gform_wrapper form .gform_footer {
  width: 100%;
}

.column-type-text .gform_wrapper form .gform_footer input[type='submit'] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 0;
}

.column-type-text .gform_wrapper form input[type='email'] {
  padding: 25px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: -10px;
  margin-right: 5px;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0px;
}

.top_label div.ginput_complex.ginput_container.gf_name_has_1,
.top_label div.ginput_complex.ginput_container.gf_name_has_2,
.top_label div.ginput_complex.ginput_container.gf_name_has_3 {
  width: auto;
}

.gform_wrapper .ginput_complex.ginput_container {
  width: auto;
}

@media (min-width: 46.25em) {
  .gform_wrapper .ginput_complex.ginput_container {
    width: -moz-min-content;
    width: min-content;
  }
}

body .gform_wrapper .top_label div.ginput_container {
  display: -ms-flexbox;
  display: flex;
}

.gform_wrapper input[type='checkbox'] {
  margin-right: 5px;
  margin-top: 6px;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 0px;
    padding-right: 0px;
  }
}

.gf_clear.gf_clear_complex {
  display: none;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper ul.gfield_checkbox li label,
  .gform_wrapper ul.gfield_radio li label {
    width: auto;
  }
}

body .gform_wrapper ul li.gfield {
  margin-top: 25px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}

body .gform_wrapper ul li.gfield {
  padding: 10px;
  transition: border .5s;
  border: 1px solid transparent;
}

body .gform_wrapper ul li.gfield:hover {
  border: 1px solid #e0e4e7;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  font-weight: 400;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-weight: 400;
}

.gform_wrapper .clear-multi {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.ginput_container_time label {
  margin-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: left;
  margin-left: 5px;
  margin-right: 15px;
}

.gform_wrapper .gfield_time_hour i {
  display: none;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper li.field_sublabel_below .ginput_complex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .gform_wrapper .ginput_container.ginput_complex > span {
    width: 100%;
  }
}

.clear-multi {
  display: -ms-flexbox;
  display: flex;
}

.ginput_container_website input {
  padding: 10px 15px;
  width: 100%;
}

.ui-datepicker {
  background: #ffffff;
  padding: 10px;
  border: solid 1px #ccc;
}

.ui-datepicker-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 210px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ui-datepicker-title {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 10px 0;
}

.ui-datepicker-calendar tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

.ui-datepicker-calendar thead {
  display: -ms-flexbox;
  display: flex;
}

.ui-datepicker-calendar td {
  width: 30px;
  text-align: center;
}

.ui-datepicker-calendar thead th {
  width: 30px;
  text-align: center;
}

.ui-datepicker-header .ui-corner-all {
  margin: 0 5px;
}

.ui-datepicker-title select {
  margin: 0 5px;
}

#input_1_9_date_format {
  display: none;
}

.ui-icon {
  color: #47baf0;
  border: solid 2px #47baf0;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.ui-datepicker-calendar a {
  color: #47baf0;
  text-decoration: none;
}

.gfield_required {
  color: red;
}

.gform_footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mpForm ul li {
  list-style: none;
}

.mpForm ul {
  margin: 0;
}

.mpForm .mpRadioButtonTable {
  display: -ms-flexbox;
  display: flex;
}

.mpForm .mpRadioButtonTable li:first-child {
  margin-right: 5px;
}

.mpForm input[type="radio"] {
  margin-right: 3px;
}

.mpForm .submitCell {
  margin: 10px 0;
}

h1.page-title {
  margin-bottom: 0;
}

.post-details {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #e0e4e7;
  border-bottom: 1px solid #e0e4e7;
}

.post-details .author-details {
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: .85rem;
}

.post-details .author-details a {
  text-decoration: none;
  color: #47baf0;
}

.post-details .author-details a:hover {
  color: #d0001d;
}

.post-details .author-details .author-name {
  padding-left: 10px;
  padding-right: 10px;
}

.post-details .author-details .author-name .author-prepend {
  display: none;
}

@media (min-width: 46.25em) {
  .post-details .author-details .author-name .author-prepend {
    display: inline-block;
  }
}

.post-details .author-details .author-image {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.post-details .author-details .author-image img {
  border-radius: 40px;
}

.post-details .author-details .author-contactdetails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.post-details .author-details .author-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.post-details .author-details .author-twitter,
.post-details .author-details .author-facebook,
.post-details .author-details .author-linkedin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-details .author-details .author-twitter svg,
.post-details .author-details .author-facebook svg,
.post-details .author-details .author-linkedin svg {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.post-details .author-details .author-facebook {
  margin-left: 10px;
}

.post-details .author-details .author-facebook .icon,
.post-details .author-details .author-linkedin .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  padding: 8px;
  margin: 0 3px;
  color: #fff;
}

.post-details .author-details .author-facebook .icon svg,
.post-details .author-details .author-linkedin .icon svg {
  fill: #fff;
  margin: 0;
}

.post-details .author-details .author-facebook .icon {
  background-color: #4267B2;
}

.post-details .author-details .author-linkedin .icon {
  background-color: #0072b1;
}

.post-details .post-information {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-weight: 600;
}

.post-details .post-information .date,
.post-details .post-information .post-location {
  padding-right: 10px;
}

.post-details .post-information .post-location {
  font-size: .85rem;
}

.post-details .post-information .details {
  padding-right: 15px;
}

.post-details .post-information .details .reading-time {
  display: -ms-flexbox;
  display: flex;
  font-size: .85rem;
  -ms-flex-align: center;
      align-items: center;
}

.post-details .post-information .details .reading-time .reading-time-icon svg {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.post-details .post-information .social-share {
  margin-left: auto;
}

.post-details .post-information .social-share > ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-details .post-information .social-share > ul > li .label {
  display: none;
}

.post-details .post-information .social-share > ul > li {
  margin-right: 3px;
  position: relative;
}

.post-details .post-information .social-share > ul > li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  padding: 7px;
  background-color: #000;
  transition: background-color .15s ease-in-out;
}

.post-details .post-information .social-share > ul > li svg {
  width: 100%;
  height: auto;
}

.post-details .post-information .social-share > ul > li a svg path {
  fill: #fff;
}

.post-details .post-information .social-share > ul > li > a:hover {
  background-color: #d0001d;
}

.comments-area .comment-respond .logged-in-as {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}

.comments-area .comment-respond .logged-in-as a:first-child {
  font-size: .85rem;
  color: #d0001d;
}

.comments-area .comment-respond .logged-in-as a {
  font-size: .85rem;
  color: #d0001d;
  display: inline-block;
  padding: 0 5px;
}

.comments-area .comment-respond .logged-in-as a:last-child {
  display: inline-block;
  margin-left: 15px;
  font-size: .9rem;
  padding: 5px 10px;
  background-color: #d0001d;
  text-decoration: none;
  color: #fff;
}

.comments-area .comment-respond .logged-in-as a:last-child:hover {
  background-color: #47baf0;
}

.comments-area .comment-respond .logged-in-as .required-field-message {
  display: block;
  font-size: .85rem;
  width: 100%;
  margin-top: 10px;
}

.comments-area .comment-reply-link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #d0001d;
  color: white;
  text-decoration: none;
}

.comments-area .comment-respond .comment-form {
  margin: 0;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form .comment-notes {
  margin: 0;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}

.comments-area .comment-respond .comment-form p:not(.comment-form-cookies-consent) > label {
  width: 70px;
  padding: 5px 0;
  padding-right: 10px;
  font-weight: 700;
  margin-bottom: 5px;
}

.comments-area .comment-respond .comment-form p.comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: 5px;
  margin-bottom: 5px;
}

.comments-area .comment-respond .comment-form .form-submit input[type='submit'] {
  border-color: #47baf0;
  color: #47baf0;
  margin-left: 70px;
}

.comments-area .comment-respond .comment-form .form-submit input[type='submit']:hover {
  border-color: #d0001d;
  color: #fff;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  max-width: 700px;
}

.comments-area .comment-list .comment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 15px;
}

.comments-area .comment-list .comment .comment-body {
  width: 100%;
}

.comments-area .comment-list .comment .comment-body .comment-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata {
  font-size: .85rem;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata a {
  text-decoration: none;
  color: #d0001d;
}

@media (min-width: 46.25em) {
  .post-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .post-details .post-information {
    margin-top: 0;
    margin-left: auto;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
  .post-details .post-information .post-location {
    font-size: 1rem;
  }
  .post-details .post-information .social-share > ul > li .label {
    display: none;
    position: absolute;
    bottom: 0;
    width: auto;
    min-width: 115px;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    background-color: #000;
    font-size: .7rem;
    text-align: center;
    z-index: 5;
    transition: bottom .25s ease-in-out;
  }
  .post-details .post-information .social-share > ul > li:hover .label {
    display: inline-block;
    bottom: -25px;
  }
  h1.page-title {
    width: 100%;
  }
}

.featured-image {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

@media (min-width: 60.9375em) {
  .featured-image {
    width: 45%;
    float: right;
    box-sizing: content-box;
  }
}

.single-excerpt p {
  font-weight: bold;
}

.overview-topbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  font-weight: 600;
}

.overview-topbar .category-information {
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
  padding-right: 10px;
  -ms-flex-align: center;
      align-items: center;
}

.overview-topbar .sorting {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.overview-topbar .sorting > span {
  margin-right: 5px;
}

.overview-topbar .sorting ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-align: center;
      align-items: center;
}

.overview-topbar .sorting ul li {
  margin-right: 5px;
}

.overview-topbar .sorting ul li::after {
  content: "/";
  margin-left: 5px;
  font-weight: 400;
}

.overview-topbar .sorting ul li:last-child::after {
  content: "";
}

.overview-topbar .sorting ul li a {
  color: #47baf0;
  font-weight: 600;
  text-decoration: none;
}

.overview-topbar .sorting ul li a.active {
  font-weight: 700;
  color: #000;
}

.overview-topbar .sorting ul li a:hover {
  color: #d0001d;
}

@media (min-width: 46.25em) {
  .overview-topbar {
    padding: 15px 5px;
  }
  .overview-topbar .category-information,
  .overview-topbar .sorting {
    width: 50%;
  }
  .overview-topbar .sorting {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.companies-sidebar,
.tax-productnews_category .post-categories {
  padding: 0 15px;
  /*.block.block-type-brands input + label + ul {
        opacity: 1;
        visibility: visible;
        max-height: 135px;
        height: 135px;
    }*/
}

.companies-sidebar .block input,
.tax-productnews_category .post-categories .block input {
  display: none;
}

.companies-sidebar .block label,
.tax-productnews_category .post-categories .block label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #e0e4e7;
  margin-bottom: 10px;
  cursor: pointer;
}

.companies-sidebar .block label::after,
.tax-productnews_category .post-categories .block label::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 14px;
  height: 8px;
  background-image: url("../assets/images/icon-chev-down-color-primary.svg");
  background-repeat: no-repeat;
  transition: all .25s ease-in-out;
}

.companies-sidebar .block input + label + ul,
.tax-productnews_category .post-categories .block input + label + ul {
  visibility: hidden;
  height: 0;
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all .25s ease-in-out;
}

.companies-sidebar .block input:checked + label + ul,
.tax-productnews_category .post-categories .block input:checked + label + ul {
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 1500px;
  overflow: visible;
  margin-bottom: 10px;
}

.companies-sidebar .block input:checked + label::after,
.tax-productnews_category .post-categories .block input:checked + label::after {
  transform: rotate(180deg);
}

.companies-sidebar .block ul,
.tax-productnews_category .post-categories .block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.companies-sidebar .block ul li a,
.tax-productnews_category .post-categories .block ul li a {
  text-decoration: none;
  font-weight: 700;
}

.companies-sidebar .block ul li a:hover,
.tax-productnews_category .post-categories .block ul li a:hover {
  color: #d0001d;
}

.companies-sidebar .block ul.children,
.tax-productnews_category .post-categories .block ul.children {
  margin-left: 10px;
}

.companies-sidebar .block ul.children > li::before,
.tax-productnews_category .post-categories .block ul.children > li::before {
  content: "-";
  margin-right: 5px;
}

.tax-productnews_category .companies-sidebar .company-categories ul.children {
  display: none;
}

.tax-productnews_category .companies-sidebar .company-categories li.current-cat ul.children {
  display: block;
}

.tax-productnews_category .post-categories {
  padding: 0;
}

.tax-company_category .content-wrapper {
  padding: 0;
}

.company-categories-top-wrapper .content.title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.company-categories-top-wrapper .content.title-wrapper h1 {
  width: auto;
  margin: 0;
}

.company-categories-top-wrapper .content .button {
  height: 50px;
  margin-left: auto;
}

.block.block-type-list-companies .call-to-action {
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  -ms-flex-pack: center;
      justify-content: center;
}

.block.block-type-list-companies .call-to-action p {
  font-size: 1rem;
}

.block.block-type-list-companies .post.post-company {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e0e4e7;
  transition: all .25s ease-in-out;
}

@media (min-width: 60.9375em) {
  .block.block-type-list-companies .post.post-company {
    padding: 20px;
  }
}

.block.block-type-list-companies .post.post-company.featured-company {
  background-color: #f1f5f7;
}

.block.block-type-list-companies .post.post-company.featured-company::after {
  content: "Uitgelicht";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-weight: 700;
  color: #fff;
  background-color: #d0001d;
}

.block.block-type-list-companies .post.post-company .post-image {
  width: 30%;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
}

@media (min-width: 60.9375em) {
  .block.block-type-list-companies .post.post-company .post-image {
    padding: 15px;
    width: 25%;
  }
}

.block.block-type-list-companies .post.post-company .post-content {
  width: 70%;
  padding: 15px;
}

.block.block-type-list-companies .post.post-company .post-content a {
  text-decoration: none;
}

.block.block-type-list-companies .post.post-company .post-content .post-excerpt,
.block.block-type-list-companies .post.post-company .post-content .post-tags {
  display: none;
}

.block.block-type-list-companies .post.post-company .post-content .post-categories,
.block.block-type-list-companies .post.post-company .post-content .post-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  font-size: .85rem;
}

.block.block-type-list-companies .post.post-company .post-content .post-categories .prepend,
.block.block-type-list-companies .post.post-company .post-content .post-tags .prepend {
  margin-right: 5px;
}

.block.block-type-list-companies .post.post-company .post-content .post-categories-list,
.block.block-type-list-companies .post.post-company .post-content .post-tags-list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  line-height: 1.2;
}

.block.block-type-list-companies .post.post-company .post-content .post-categories-list li,
.block.block-type-list-companies .post.post-company .post-content .post-tags-list li {
  margin-right: 5px;
}

.block.block-type-list-companies .post.post-company .post-content .post-categories-list li a::after,
.block.block-type-list-companies .post.post-company .post-content .post-tags-list li a::after {
  content: ", ";
}

.block.block-type-list-companies .post.post-company .post-content .post-categories-list li:last-child,
.block.block-type-list-companies .post.post-company .post-content .post-tags-list li:last-child {
  margin: 0;
}

.block.block-type-list-companies .post.post-company .post-content .post-categories-list li:last-child a::after,
.block.block-type-list-companies .post.post-company .post-content .post-tags-list li:last-child a::after {
  content: " ";
}

.block.block-type-list-companies .post.post-company .post-content .post-categories-list a,
.block.block-type-list-companies .post.post-company .post-content .post-tags-list a {
  font-size: .85rem;
  transition: color .15s ease-in-out;
}

.block.block-type-list-companies .post.post-company .post-content .post-categories-list a:hover,
.block.block-type-list-companies .post.post-company .post-content .post-tags-list a:hover {
  color: #d0001d;
}

@media (min-width: 46.25em) {
  .block.block-type-list-companies .post.post-company .post-content {
    width: 75%;
  }
  .block.block-type-list-companies .post.post-company .post-content .post-excerpt,
  .block.block-type-list-companies .post.post-company .post-content .post-tags {
    display: -ms-flexbox;
    display: flex;
  }
  .block.block-type-list-companies .post.post-company .post-content .post-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block.block-type-list-companies .post.post-company .post-content .post-actions .post-categories,
  .block.block-type-list-companies .post.post-company .post-content .post-actions .post-tags {
    width: auto;
    margin-right: 5px;
  }
  .block.block-type-list-companies .post.post-company .post-content .post-excerpt a {
    color: #000;
    font-weight: 600;
  }
}

.block.block-type-list-companies .posts-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block.block-type-list-companies .posts-nav .more-posts {
  width: 100%;
  text-align: center;
}

.block.block-type-list-companies .posts-nav .navigation {
  display: none;
}

@media (min-width: 46.25em) {
  .block.block-type-list-companies .posts-nav .more-posts {
    display: none;
  }
  .block.block-type-list-companies .posts-nav .navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    padding: 20px 0;
    font-weight: 600;
  }
  .block.block-type-list-companies .posts-nav .navigation .screen-reader-text {
    display: none;
  }
  .block.block-type-list-companies .posts-nav .navigation .nav-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block.block-type-list-companies .posts-nav .navigation .page-numbers {
    -ms-flex-order: 1;
        order: 1;
    padding: 5px 10px;
    text-decoration: none;
    color: #47baf0;
    border: 2px solid #47baf0;
    border-left: 0;
    transition: all .25s ease-in-out;
  }
  .block.block-type-list-companies .posts-nav .navigation .page-numbers:nth-child(2) {
    border-left: 2px solid #47baf0;
  }
  .block.block-type-list-companies .posts-nav .navigation .page-numbers.prev {
    -ms-flex-order: 2;
        order: 2;
    margin-left: 10px;
  }
  .block.block-type-list-companies .posts-nav .navigation .page-numbers.next {
    -ms-flex-order: 3;
        order: 3;
    margin-left: 10px;
  }
  .block.block-type-list-companies .posts-nav .navigation .page-numbers.prev, .block.block-type-list-companies .posts-nav .navigation .page-numbers.next {
    border: 0;
  }
  .block.block-type-list-companies .posts-nav .navigation .page-numbers:hover, .block.block-type-list-companies .posts-nav .navigation .page-numbers.current {
    background-color: #47baf0;
    color: #fff;
  }
}

@media (min-width: 60.9375em) {
  .block.block-type-list-companies .posts-nav .navigation {
    padding: 40px 0;
  }
}

.companies-sidebar {
  padding-left: 0;
}

.single-company .overview-topbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.single-company .overview-topbar h1.page-title {
  width: auto;
  font-size: 1.6rem;
  margin: 0;
}

.single-company .overview-topbar .button {
  margin-left: auto;
  height: 50px;
}

@media (min-width: 46.25em) {
  .single-company .overview-topbar {
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .single-company .overview-topbar h1.page-title {
    font-size: 2rem;
  }
}

@media (min-width: 60.9375em) {
  .single-company .overview-topbar h1.page-title {
    font-size: 2.4rem;
  }
}

.single-company .single-company-wrapper .page-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.single-company .single-company-wrapper .social-share {
  margin-bottom: 15px;
}

.single-company .single-company-wrapper .social-share > ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-company .single-company-wrapper .social-share > ul > li .label {
  display: none;
}

.single-company .single-company-wrapper .social-share > ul > li {
  margin-right: 3px;
  position: relative;
}

.single-company .single-company-wrapper .social-share > ul > li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  padding: 11px;
  background-color: #000;
  transition: background-color .15s ease-in-out;
}

.single-company .single-company-wrapper .social-share > ul > li svg {
  width: 100%;
  height: auto;
}

.single-company .single-company-wrapper .social-share > ul > li a svg path {
  fill: #fff;
}

.single-company .single-company-wrapper .social-share > ul > li > a:hover {
  background-color: #d0001d;
}

.single-company .single-company-wrapper .list-show-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

.single-company .single-company-wrapper .list-show-more .list-label {
  font-weight: 700;
  margin-right: 10px;
}

.single-company .single-company-wrapper .list-show-more ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-company .single-company-wrapper .list-show-more ul li {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 5px;
}

.single-company .single-company-wrapper .list-show-more ul li::after {
  content: ", ";
}

.single-company .single-company-wrapper .list-show-more ul li:nth-child(2)::after, .single-company .single-company-wrapper .list-show-more ul li:last-child::after {
  content: "";
}

.single-company .single-company-wrapper .list-show-more ul li:nth-child(-n+2) {
  display: block;
}

.single-company .single-company-wrapper .list-show-more ul.more-then-two li:last-child {
  display: block;
}

.single-company .single-company-wrapper .list-show-more ul li a.show-more {
  display: block;
  background-color: #fff;
  color: #47baf0;
  border: 2px solid #47baf0;
  padding: 2px 7px;
  margin-left: 3px;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.single-company .single-company-wrapper .list-show-more ul li a.show-more:hover {
  background-color: #47baf0;
  color: #fff;
}

.single-company .single-company-wrapper .list-show-more ul.show-list li {
  display: block;
}

.single-company .single-company-wrapper .company-content {
  margin: 20px 0;
}

.single-company .single-company-wrapper .company-photos {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.single-company .single-company-wrapper .company-photos li {
  width: 48%;
}

.single-company .single-company-wrapper .company-photos li img {
  display: block;
}

.single-company .single-company-wrapper .list-posts-wrapper .list-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.single-company .single-company-wrapper .list-posts-wrapper {
  margin-bottom: 40px;
}

.single-company .single-company-wrapper .company-location {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-bottom: 20px;
}

.single-company .single-company-wrapper .company-location #google-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.single-company .single-company-wrapper .company-logo {
  padding: 30px;
  text-align: center;
}

.single-company .single-company-wrapper .company-details address {
  font-style: normal;
  margin-bottom: 20px;
  line-height: 1.5;
}

.single-company .single-company-wrapper .company-details .company-details--zipcodecity {
  margin-bottom: 10px;
}

.single-company .single-company-wrapper .company-details .company-details--phone,
.single-company .single-company-wrapper .company-details .company-details--website,
.single-company .single-company-wrapper .company-details .company-details--email {
  display: block;
  margin-bottom: 3px;
}

.single-company .single-company-wrapper .company-details .button {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

@media (min-width: 46.25em) {
  .single-company .single-company-wrapper {
    padding: 10px 0;
  }
  .single-company .single-company-wrapper .page-title {
    font-size: 2rem;
  }
}

@media (min-width: 60.9375em) {
  .single-company .single-company-wrapper .page-title {
    font-size: 2.6rem;
  }
  .single-company .single-company-wrapper .company-photos li {
    width: 30%;
  }
}

.single-productnews_post .company-location {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-bottom: 20px;
}

.single-productnews_post .company-location #google-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.single-productnews_post .company-logo {
  padding: 30px;
  text-align: center;
}

.single-productnews_post .company-details address {
  font-style: normal;
  margin-bottom: 20px;
  line-height: 1.5;
}

.single-productnews_post .company-details .company-details--zipcodecity {
  margin-bottom: 10px;
}

.single-productnews_post .company-details .company-details--phone,
.single-productnews_post .company-details .company-details--website,
.single-productnews_post .company-details .company-details--email {
  display: block;
  margin-bottom: 3px;
}

.single-productnews_post .company-details .button {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

h1.page-title {
  margin-bottom: 0;
}

.event-details {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #e0e4e7;
  border-bottom: 1px solid #e0e4e7;
}

.event-details .author-details .author-contactdetails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.event-details .event-information {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 600;
}

.event-details .event-information .date,
.event-details .event-information .event-location {
  padding-right: 10px;
}

.event-details .event-information .date > span,
.event-details .event-information .event-location > span {
  font-weight: 700;
}

.event-details .event-information .event-location {
  font-size: .85rem;
}

.event-details .event-information .details {
  padding-right: 15px;
}

.event-details .event-information .social-share {
  margin-left: auto;
}

.event-details .event-information .social-share > ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-details .event-information .social-share > ul > li .label {
  display: none;
}

.event-details .event-information .social-share > ul > li {
  margin-right: 3px;
  position: relative;
}

.event-details .event-information .social-share > ul > li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  padding: 7px;
  background-color: #000;
  transition: background-color .15s ease-in-out;
}

.event-details .event-information .social-share > ul > li svg {
  width: 100%;
  height: auto;
}

.event-details .event-information .social-share > ul > li a svg path {
  fill: #fff;
}

.event-details .event-information .social-share > ul > li > a:hover {
  background-color: #d0001d;
}

.single-event-sidebar #google-map {
  min-height: 300px;
  width: 100%;
}

@media (min-width: 46.25em) {
  .event-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event-details .post-information {
    margin-top: 0;
    margin-left: auto;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
  .event-details .event-information .event-location {
    font-size: 1rem;
  }
  .event-details .event-information .social-share > ul > li .label {
    display: none;
    position: absolute;
    bottom: 0;
    width: auto;
    min-width: 115px;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    background-color: #000;
    font-size: .7rem;
    text-align: center;
    z-index: 5;
    transition: bottom .25s ease-in-out;
  }
  .event-details .event-information .social-share > ul > li:hover .label {
    display: inline-block;
    bottom: -25px;
  }
  h1.page-title {
    width: 100%;
  }
}

.category .block-type-latest-post .post .post-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 10px 0;
}

@media (min-width: 46.25em) {
  .category .block-type-latest-post .post .post-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.category .post-category-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 5px;
  display: block;
  font-weight: 600;
  font-size: .85rem;
  color: #fff;
  text-decoration: none;
  background-color: #d0001d;
}

.search-results main .search-form-wrapper {
  width: 100%;
}

.search-results main .search-form-wrapper .screen-reader-text {
  display: none;
}

.search-results main .search-form-wrapper .search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}

.search-results main .search-form-wrapper .search-submit {
  -ms-flex-order: 1;
      order: 1;
}

.search-results main .search-form-wrapper .search-form > label {
  -ms-flex-order: 2;
      order: 2;
  height: 40px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.search-results main .search-form-wrapper .search-form input.search-field {
  background-color: #edf4f6;
  color: #7d7f80;
  font-weight: 600;
  border: 0;
  height: 100%;
  width: 100%;
}

.search-results main .search-form-wrapper .search-form .search-submit {
  display: -ms-flexbox;
  display: flex;
  text-indent: -10000em;
  width: 40px;
  height: 40px;
  background-image: url("../assets/images/icon-search-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  background-color: #edf4f6;
  border: 0;
  margin: 0 !important;
}

.search-results main .block.block-type-list-results .post {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e0e4e7;
  transition: all .25s ease-in-out;
}

@media (min-width: 60.9375em) {
  .search-results main .block.block-type-list-results .post {
    padding: 20px;
  }
}

.search-results main .block.block-type-list-results .post .post-image {
  width: 30%;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
}

@media (min-width: 60.9375em) {
  .search-results main .block.block-type-list-results .post .post-image {
    padding: 15px;
    width: 25%;
  }
}

.search-results main .block.block-type-list-results .post .post-content {
  width: 70%;
  padding: 15px;
}

.search-results main .block.block-type-list-results .post .post-content a {
  text-decoration: none;
}

.search-results main .block.block-type-list-results .post .post-content .post-excerpt,
.search-results main .block.block-type-list-results .post .post-content .post-tags {
  display: none;
}

.search-results main .block.block-type-list-results .post .post-content .post-categories,
.search-results main .block.block-type-list-results .post .post-content .post-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  font-size: .85rem;
}

.search-results main .block.block-type-list-results .post .post-content .post-categories .prepend,
.search-results main .block.block-type-list-results .post .post-content .post-tags .prepend {
  margin-right: 5px;
}

.search-results main .block.block-type-list-results .post .post-content .post-categories-list,
.search-results main .block.block-type-list-results .post .post-content .post-tags-list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  line-height: 1.2;
}

.search-results main .block.block-type-list-results .post .post-content .post-categories-list li,
.search-results main .block.block-type-list-results .post .post-content .post-tags-list li {
  margin-right: 5px;
}

.search-results main .block.block-type-list-results .post .post-content .post-categories-list li a::after,
.search-results main .block.block-type-list-results .post .post-content .post-tags-list li a::after {
  content: ", ";
}

.search-results main .block.block-type-list-results .post .post-content .post-categories-list li:last-child,
.search-results main .block.block-type-list-results .post .post-content .post-tags-list li:last-child {
  margin: 0;
}

.search-results main .block.block-type-list-results .post .post-content .post-categories-list li:last-child a::after,
.search-results main .block.block-type-list-results .post .post-content .post-tags-list li:last-child a::after {
  content: " ";
}

.search-results main .block.block-type-list-results .post .post-content .post-categories-list a,
.search-results main .block.block-type-list-results .post .post-content .post-tags-list a {
  font-size: .85rem;
  transition: color .15s ease-in-out;
}

.search-results main .block.block-type-list-results .post .post-content .post-categories-list a:hover,
.search-results main .block.block-type-list-results .post .post-content .post-tags-list a:hover {
  color: #d0001d;
}

@media (min-width: 46.25em) {
  .search-results main .block.block-type-list-results .post .post-content {
    width: 75%;
  }
  .search-results main .block.block-type-list-results .post .post-content .post-excerpt,
  .search-results main .block.block-type-list-results .post .post-content .post-tags {
    display: -ms-flexbox;
    display: flex;
  }
  .search-results main .block.block-type-list-results .post .post-content .post-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-results main .block.block-type-list-results .post .post-content .post-actions .post-categories,
  .search-results main .block.block-type-list-results .post .post-content .post-actions .post-tags {
    width: auto;
    margin-right: 5px;
  }
  .search-results main .block.block-type-list-results .post .post-content .post-actions .post-tags-list .tag-item {
    display: block;
    padding: 2px 5px;
    font-size: .8rem;
    border: 1px solid #47baf0;
    color: #47baf0;
    font-weight: 600;
    transition: all .15s ease-in-out;
  }
  .search-results main .block.block-type-list-results .post .post-content .post-actions .post-tags-list .tag-item::after {
    display: none;
  }
  .search-results main .block.block-type-list-results .post .post-content .post-actions .post-tags-list .tag-item:hover {
    color: #fff;
    background-color: #d0001d;
    border-color: #d0001d;
  }
  .search-results main .block.block-type-list-results .post .post-content .post-excerpt a {
    color: #000;
    font-weight: 600;
  }
}

.search-results main .block.block-type-list-results .posts-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-results main .block.block-type-list-results .posts-nav .more-posts {
  width: 100%;
  text-align: center;
}

.search-results main .block.block-type-list-results .posts-nav .navigation {
  display: none;
}

@media (min-width: 46.25em) {
  .search-results main .block.block-type-list-results .posts-nav .more-posts {
    display: none;
  }
  .search-results main .block.block-type-list-results .posts-nav .navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    padding: 20px 0;
    font-weight: 600;
  }
  .search-results main .block.block-type-list-results .posts-nav .navigation .screen-reader-text {
    display: none;
  }
  .search-results main .block.block-type-list-results .posts-nav .navigation .nav-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-results main .block.block-type-list-results .posts-nav .navigation .page-numbers {
    -ms-flex-order: 1;
        order: 1;
    padding: 5px 10px;
    text-decoration: none;
    color: #47baf0;
    border: 2px solid #47baf0;
    border-left: 0;
    transition: all .25s ease-in-out;
  }
  .search-results main .block.block-type-list-results .posts-nav .navigation .page-numbers:nth-child(2) {
    border-left: 2px solid #47baf0;
  }
  .search-results main .block.block-type-list-results .posts-nav .navigation .page-numbers.prev {
    -ms-flex-order: 2;
        order: 2;
    margin-left: 10px;
  }
  .search-results main .block.block-type-list-results .posts-nav .navigation .page-numbers.next {
    -ms-flex-order: 3;
        order: 3;
    margin-left: 10px;
  }
  .search-results main .block.block-type-list-results .posts-nav .navigation .page-numbers.prev, .search-results main .block.block-type-list-results .posts-nav .navigation .page-numbers.next {
    border: 0;
  }
  .search-results main .block.block-type-list-results .posts-nav .navigation .page-numbers:hover, .search-results main .block.block-type-list-results .posts-nav .navigation .page-numbers.current {
    background-color: #47baf0;
    color: #fff;
  }
}

@media (min-width: 60.9375em) {
  .search-results main .block.block-type-list-results .posts-nav .navigation {
    padding: 40px 0;
  }
}

.search-sidebar {
  padding: 0 15px;
}

.search-sidebar .block .list-categories > input {
  display: none;
}

.search-sidebar .block .list-categories > label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #e0e4e7;
  margin-bottom: 10px;
  cursor: pointer;
}

.search-sidebar .block .list-categories > label::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 14px;
  height: 8px;
  background-image: url("../assets/images/icon-chev-down-color-primary.svg");
  background-repeat: no-repeat;
  transition: all .25s ease-in-out;
}

.search-sidebar .block .list-categories > input + label + ul {
  visibility: hidden;
  height: 0;
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all .25s ease-in-out;
}

.search-sidebar .block.block-type-brands input + label + ul {
  opacity: 1;
  visibility: visible;
  max-height: 135px;
  height: 135px;
}

.search-sidebar .block input:checked + label + ul {
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 1500px;
  overflow: visible;
  margin-bottom: 10px;
}

.search-sidebar .block input:checked + label::after {
  transform: rotate(180deg);
}

.search-sidebar .block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-sidebar .block ul li a {
  text-decoration: none;
  font-weight: 700;
}

.search-sidebar .block ul li a:hover {
  color: #d0001d;
}

.search-sidebar .list-categories-list li > input {
  display: none;
}

.search-sidebar .list-categories-list li > label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}

.search-sidebar .list-categories-list li > label::before {
  content: "\2713";
  position: absolute;
  top: -5px;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  z-index: 5;
}

.search-sidebar .list-categories-list li > label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  transform: rotate(0);
  transition: all .25s ease-in-out;
  z-index: 4;
}

.search-sidebar .list-categories-list input:checked + label::after {
  background-color: #d0001d;
  transform: rotate(0);
}

.search-sidebar .list-categories-list.disabled {
  opacity: 0.5 !important;
}

#breadcrumbs {
  font-size: .85rem;
  margin: 10px 0;
  line-height: 1.4;
}

#breadcrumbs a {
  color: #47baf0;
  text-decoration: none;
}

.wp-block-group {
  margin-top: 40px;
}

/* Custom styling */
.page-id-156286 .page-wrapper .align-wrap.align-wrap-wide {
  margin-left: 0;
  margin-right: 0;
}
