@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/*
$container-max-widths: (
		sm: 540px,
		md: 720px,
		lg: 960px,
		xl: 1170px,
);
*/
@font-face {
  font-family: "muli";
  src: url("../fonts/Muli-Regular.eot");
  src: url("../fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Regular.woff2") format("woff2"), url("../fonts/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular.ttf") format("truetype"), url("../fonts/Muli-Regular.svg#Muli-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "muli";
  src: url("../fonts/Muli-Italic.eot");
  src: url("../fonts/Muli-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Italic.woff2") format("woff2"), url("../fonts/Muli-Italic.woff") format("woff"), url("../fonts/Muli-Italic.ttf") format("truetype"), url("../fonts/Muli-Italic.svg#Muli-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "muli";
  src: url("../fonts/Muli-Bold.eot");
  src: url("../fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Bold.woff2") format("woff2"), url("../fonts/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold.ttf") format("truetype"), url("../fonts/Muli-Bold.svg#Muli-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "muli";
  src: url("../fonts/Muli-BoldItalic.eot");
  src: url("../fonts/Muli-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-BoldItalic.woff2") format("woff2"), url("../fonts/Muli-BoldItalic.woff") format("woff"), url("../fonts/Muli-BoldItalic.ttf") format("truetype"), url("../fonts/Muli-BoldItalic.svg#Muli-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url(./fonts/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff2) format("woff2"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  -webkit-font-smoothing: antialiased;
  color: #2d2e2f;
  font-family: "Raleway", "muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 16px;
}
body,
button,
input,
select,
optgroup,
textarea {
  font-size: calc(1 + rem);
}
body,
button,
input,
select,
optgroup,
textarea {
  line-height: 24px;
}
body,
button,
input,
select,
optgroup,
textarea {
  line-height: calc(1.5 + rem);
}
body,
button,
input,
select,
optgroup,
textarea {
  font-weight: 500;
}

p {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 1rem;
}

address {
  margin: 0 0 1rem;
}

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
}
pre {
  font-size: 15px;
}
pre {
  font-size: calc(0.9375 + rem);
}
pre {
  margin-bottom: 1rem;
}
pre {
  max-width: 100%;
}
pre {
  overflow: auto;
}
pre {
  padding: 1rem;
}

code, kbd, tt, var {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code, kbd, tt, var {
  font-size: 15px;
}
code, kbd, tt, var {
  font-size: calc(0.9375 + rem);
}

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

big {
  font-size: 125%;
}

h1,
.h1 {
  font-size: 42px;
}
h1,
.h1 {
  font-size: calc(2.625 + rem);
}
h1,
.h1 {
  line-height: 52px;
}
h1,
.h1 {
  line-height: calc(3.25 + rem);
}
h1,
.h1 {
  font-weight: 700;
}
h1,
.h1 {
  font-family: "Raleway", "muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1,
.h1 {
  margin-bottom: 1rem;
}

h2,
.h2 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: calc(2.25 + rem);
}
h2,
.h2 {
  line-height: 44px;
}
h2,
.h2 {
  line-height: calc(2.75 + rem);
}
h2,
.h2 {
  font-weight: 700;
}
h2,
.h2 {
  font-family: "Raleway", "muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h2,
.h2 {
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: calc(2 + rem);
}
h3,
.h3 {
  line-height: 40px;
}
h3,
.h3 {
  line-height: calc(2.5 + rem);
}
h3,
.h3 {
  font-weight: 700;
}
h3,
.h3 {
  font-family: "Raleway", "muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h3,
.h3 {
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: calc(1.5 + rem);
}
h4,
.h4 {
  line-height: 32px;
}
h4,
.h4 {
  line-height: calc(2 + rem);
}
h4,
.h4 {
  font-weight: 700;
}
h4,
.h4 {
  font-family: "Raleway", "muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h4,
.h4 {
  margin-bottom: 1rem;
}

h5,
.h5 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: calc(1.25 + rem);
}
h5,
.h5 {
  line-height: 28px;
}
h5,
.h5 {
  line-height: calc(1.75 + rem);
}
h5,
.h5 {
  font-weight: 700;
}
h5,
.h5 {
  font-family: "Raleway", "muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h5,
.h5 {
  margin-bottom: 1rem;
}

h6,
.h6 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: calc(1 + rem);
}
h6,
.h6 {
  line-height: 24px;
}
h6,
.h6 {
  line-height: calc(1.5 + rem);
}
h6,
.h6 {
  font-weight: 700;
}
h6,
.h6 {
  font-family: "Raleway", "muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h6,
.h6 {
  margin-bottom: 1rem;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

body {
  /*&:before {
      content: '';
      height: 9px;
      background-color: colors.$grey-600;
      display: block;
      width: 100%;
      position: relative;
      z-index: 101;
  }*/
}
body.no-scroll {
  width: 100%;
  top: 0;
  position: fixed;
  overflow: hidden;
  height: 100vh;
}
body.page-template-innovation-blank-page .page-container {
  width: 100vw;
  min-height: 600px;
  margin-bottom: -50px;
  padding: 25px 0 50px;
  background: url("/wp-content/themes/innovation-report-2/assets/dist/img/page-bg.svg"), -moz-linear-gradient(0deg, rgb(248, 253, 255) 0%, rgb(255, 255, 255) 35%);
  background: url("/wp-content/themes/innovation-report-2/assets/dist/img/page-bg.svg"), -webkit-linear-gradient(0deg, rgb(248, 253, 255) 0%, rgb(255, 255, 255) 35%);
  background: url("/wp-content/themes/innovation-report-2/assets/dist/img/page-bg.svg"), linear-gradient(0deg, rgb(248, 253, 255) 0%, rgb(255, 255, 255) 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8fdff", endColorstr="#ffffff", GradientType=1);
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media only screen and (max-width: 576px) {
  body.page-template-innovation-blank-page .page-container {
    background-image: none;
  }
}
body.page-template-innovation-blank-page .page-container .page-name {
  color: #2186AB;
  margin: 0 0 20px;
}
body.page-template-innovation-blank-page .page-container .page-name {
  font-size: 48px;
}
body.page-template-innovation-blank-page .page-container .page-name {
  font-size: calc(3 + rem);
}
body.page-template-innovation-blank-page .page-container .page-name {
  line-height: 56px;
}
body.page-template-innovation-blank-page .page-container .page-name {
  line-height: calc(3.5 + rem);
}
body.page-template-innovation-blank-page .page-container .page-name {
  font-weight: 700;
}

.align-middle {
  vertical-align: middle;
}

@media only screen and (min-width: 992px) {
  .no-top-padding-lg {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.padding-top {
  padding-top: 12px;
}

.row-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row-padding-bottom {
  padding-bottom: 15px;
}

.innovation-section {
  margin-top: 50px;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 576px) {
  .innovation-section {
    margin-top: 24px;
  }
  .innovation-section.posts-by-cat-section {
    margin-top: 0;
  }
  .innovation-section.posts-by-cat-section .btn-arrow:before {
    padding: 0;
  }
}

@media only screen and (max-width: 576px) {
  .innovation-sidebar-section {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 576px) {
  .innovation-cutless-section-xs img {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    border-radius: 0 !important;
    /*.cutless{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
    }*/
  }
  .innovation-cutless-section-xs:after {
    left: -20px !important;
    right: -20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .innovation-cutless-section-sm img {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    border-radius: 0 !important;
    /*.cutless{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
    }*/
  }
  .innovation-cutless-section-sm:after {
    left: -20px !important;
    right: -20px !important;
  }
}

@media only screen and (max-width: 992px) {
  .innovation-cutless-section-md img {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    border-radius: 0 !important;
    /*.cutless{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
    }*/
  }
  .innovation-cutless-section-md:after {
    left: -20px !important;
    right: -20px !important;
  }
}

.innovations-heading {
  margin: 0;
  display: block;
  color: #2186AB;
}
@media only screen and (max-width: 576px) {
  .innovations-heading {
    margin-top: 0;
    margin-bottom: 0;
  }
  .innovations-heading {
    font-size: 24px;
  }
  .innovations-heading {
    font-size: calc(1.5 + rem);
  }
  .innovations-heading {
    line-height: 28px;
  }
  .innovations-heading {
    line-height: calc(1.75 + rem);
  }
  .innovations-heading {
    font-weight: 700;
  }
}
.innovations-heading span {
  color: #195D78;
}

a .innovations-heading, a .innovations-heading span {
  transition: all 0.3s ease-in-out 0s;
}
a .innovations-heading:hover span {
  color: #2186AB;
}

.category-link {
  text-decoration: none;
}

h1.innovations-heading {
  font-size: 48px;
  line-height: 56px;
  text-decoration: none;
}
h1.innovations-heading:hover {
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  h1.innovations-heading {
    font-size: 32px;
  }
  h1.innovations-heading {
    font-size: calc(2 + rem);
  }
  h1.innovations-heading {
    line-height: 36px;
  }
  h1.innovations-heading {
    line-height: calc(2.25 + rem);
  }
  h1.innovations-heading {
    font-weight: 700;
  }
  h1.innovations-heading.posts-by-cat-heading {
    font-size: 24px;
  }
  h1.innovations-heading.posts-by-cat-heading {
    font-size: calc(1.5 + rem);
  }
  h1.innovations-heading.posts-by-cat-heading {
    line-height: 28px;
  }
  h1.innovations-heading.posts-by-cat-heading {
    line-height: calc(1.75 + rem);
  }
  h1.innovations-heading.posts-by-cat-heading {
    font-weight: 700;
  }
}

h2.innovations-heading {
  font-size: 40px;
  line-height: 47px;
}
h2.innovations-heading .search-for {
  font-size: 28px;
}
@media only screen and (max-width: 576px) {
  h2.innovations-heading.search-heading {
    font-size: 24px;
  }
  h2.innovations-heading.search-heading {
    font-size: calc(1.5 + rem);
  }
  h2.innovations-heading.search-heading {
    line-height: 24px;
  }
  h2.innovations-heading.search-heading {
    line-height: calc(1.5 + rem);
  }
  h2.innovations-heading.search-heading {
    font-weight: 700;
  }
  h2.innovations-heading.search-heading .search-for {
    font-size: 16px;
  }
  h2.innovations-heading.search-heading .search-for {
    font-size: calc(1 + rem);
  }
  h2.innovations-heading.search-heading .search-for {
    line-height: 16px;
  }
  h2.innovations-heading.search-heading .search-for {
    line-height: calc(1 + rem);
  }
  h2.innovations-heading.search-heading .search-for {
    font-weight: 400;
  }
}

.innovations-heading-xs {
  color: #195D78;
}

.limit-rows-1 {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.limit-rows-2 {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.limit-rows-3 {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media only screen and (max-width: 576px) {
  .limit-rows-xs-3 {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}

.limit-rows-4 {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media only screen and (max-width: 576px) {
  .limit-rows-xs-4 {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}

.no-padding-top {
  padding-top: 0 !important;
}

@media only screen and (min-width: 992px) {
  .no-padding-top-lg {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .innovation-vertical-gap-lg {
    padding-left: 50px !important;
  }
}

@media only screen and (min-width: 576px) {
  .innovation-vertical-gap-sm {
    padding-left: 50px !important;
  }
}

.innovation-ad img {
  width: 100%;
  padding: none;
  margin: none;
}

/*
element.style {
    max-width: calc(100% - 113px);
    max-height: 1rem;
    width: max-content;
    display: inline-block;
    overflow: hidden;
    text-wrap-mode: nowrap;
}
*/
.innovations-cat-read-time {
  font-size: 16px;
}
.innovations-cat-read-time {
  font-size: calc(1 + rem);
}
.innovations-cat-read-time {
  line-height: 18px;
}
.innovations-cat-read-time {
  line-height: calc(1.125 + rem);
}
.innovations-cat-read-time {
  font-weight: 400;
}
.innovations-cat-read-time .read-time {
  display: inline-block;
  color: #93969a;
}
.innovations-cat-read-time .read-time {
  font-size: 16px;
}
.innovations-cat-read-time .read-time {
  font-size: calc(1 + rem);
}
.innovations-cat-read-time .read-time {
  line-height: 18px;
}
.innovations-cat-read-time .read-time {
  line-height: calc(1.125 + rem);
}
.innovations-cat-read-time .read-time {
  font-weight: 400;
}
.innovations-cat-read-time > * {
  display: -webkit-inline-box !important;
  vertical-align: middle;
}

.innovation-blog-post-wrap {
  padding: 15px 0 0;
}
@media only screen and (max-width: 576px) {
  .innovation-blog-post-wrap {
    padding: 10px 0 0;
  }
}
.innovation-blog-post-wrap a.category {
  margin: 5px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  color: #2186AB;
  text-decoration: none;
}
.innovation-blog-post-wrap a.category {
  font-size: 16px;
}
.innovation-blog-post-wrap a.category {
  font-size: calc(1 + rem);
}
.innovation-blog-post-wrap a.category {
  line-height: 18px;
}
.innovation-blog-post-wrap a.category {
  line-height: calc(1.125 + rem);
}
.innovation-blog-post-wrap a.category {
  font-weight: 400;
}
.innovation-blog-post-wrap a.category.category-merged {
  display: inline-block;
  width: fit-content;
}
.innovation-blog-post-wrap a.category:hover {
  color: rgb(73.7586206897, 176.4620689655, 217.2413793103);
}
.innovation-blog-post-wrap .post-permalink {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.innovation-blog-post-wrap .post-permalink .post-title {
  margin: 0;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .innovation-blog-post-wrap .post-permalink .post-title {
    font-size: 24px;
    line-height: 28px;
    -webkit-line-clamp: 3;
  }
}
.innovation-blog-post-wrap .innovations-cat-read-time {
  margin: 5px 0;
}
.innovation-blog-post-wrap .innovations-cat-read-time {
  font-size: 16px;
}
.innovation-blog-post-wrap .innovations-cat-read-time {
  font-size: calc(1 + rem);
}
.innovation-blog-post-wrap .innovations-cat-read-time {
  line-height: 18px;
}
.innovation-blog-post-wrap .innovations-cat-read-time {
  line-height: calc(1.125 + rem);
}
.innovation-blog-post-wrap .innovations-cat-read-time {
  font-weight: 400;
}
.innovation-blog-post-wrap .innovations-cat-read-time.read-time-merged {
  display: inline-block;
  width: fit-content;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #cccccc;
}
.innovation-blog-post-wrap h3.post-title {
  font-size: 20px;
}
.innovation-blog-post-wrap h3.post-title {
  font-size: calc(1.25 + rem);
}
.innovation-blog-post-wrap h3.post-title {
  line-height: 26px;
}
.innovation-blog-post-wrap h3.post-title {
  line-height: calc(1.625 + rem);
}
.innovation-blog-post-wrap h3.post-title {
  font-weight: 600;
}
@media only screen and (min-width: 576px) {
  .innovation-blog-post-wrap h3.post-title {
    max-height: 90px;
  }
  .innovation-blog-post-wrap h3.post-title {
    font-size: 24px;
  }
  .innovation-blog-post-wrap h3.post-title {
    font-size: calc(1.5 + rem);
  }
  .innovation-blog-post-wrap h3.post-title {
    line-height: 30px;
  }
  .innovation-blog-post-wrap h3.post-title {
    line-height: calc(1.875 + rem);
  }
  .innovation-blog-post-wrap h3.post-title {
    font-weight: 600;
  }
}
.innovation-blog-post-wrap .post-excerpt {
  font-weight: 400;
  margin: 5px 0;
  display: -webkit-inline-box;
}
.innovation-blog-post-wrap .post-excerpt p {
  margin: 0;
}

h4.post-title {
  font-size: 24px;
}
h4.post-title {
  font-size: calc(1.5 + rem);
}
h4.post-title {
  line-height: 38px;
}
h4.post-title {
  line-height: calc(2.375 + rem);
}
h4.post-title {
  font-weight: 700;
}

.innovations-thumbnail-container {
  position: relative;
  display: block;
}
.innovations-thumbnail-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 255, 0.1); /* Adjust opacity as needed */
  mix-blend-mode: screen;
  border-radius: 8px;
}
.innovations-thumbnail-container.innovation-video-thumbnail-container .wp-block-embed iframe, .innovations-thumbnail-container.innovation-video-thumbnail-container iframe, .innovations-thumbnail-container.innovation-video-thumbnail-container .wp-block-embed__wrapper {
  width: 100% !important;
  border-radius: 8px !important;
}
@media only screen and (max-width: 1200px) {
  .innovations-thumbnail-container.innovation-video-thumbnail-container .wp-block-embed iframe, .innovations-thumbnail-container.innovation-video-thumbnail-container iframe, .innovations-thumbnail-container.innovation-video-thumbnail-container .wp-block-embed__wrapper {
    margin: auto !important;
  }
}
@media only screen and (max-width: 992px) {
  .innovations-thumbnail-container.innovation-video-thumbnail-container .wp-block-embed iframe, .innovations-thumbnail-container.innovation-video-thumbnail-container iframe, .innovations-thumbnail-container.innovation-video-thumbnail-container .wp-block-embed__wrapper {
    height: 300px !important;
  }
}
.innovations-thumbnail-container.innovation-video-thumbnail-container:after {
  content: none !important;
}

.wp-post-image, .innovations-thumbnail {
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
.wp-post-image.size-slim-thumbnail, .innovations-thumbnail.size-slim-thumbnail {
  height: 202px;
}
@media only screen and (min-width: 0) {
  .wp-post-image, .innovations-thumbnail {
    width: 100vw;
    height: auto;
  }
}

.innovation-icon {
  filter: invert(42%) sepia(76%) saturate(481%) hue-rotate(150deg) brightness(92%) contrast(89%);
  opacity: 0.1;
}

@media only screen and (min-width: 992px) {
  .article-hero-vertical .innovations-thumbnail-container {
    margin-bottom: 24px;
  }
}
.article-hero-vertical .innovation-vertical-thumbnail-lg-wrap img {
  display: block;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .article-hero-vertical .innovation-vertical-thumbnail-lg-wrap img {
    height: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .article-hero-vertical .innovation-vertical-thumbnail-lg-wrap img {
    height: 490px;
  }
}
@media only screen and (min-width: 576px) {
  .article-hero-vertical .innovation-blog-post-wrap {
    margin-top: 20px;
  }
}
.article-hero-vertical .btn-primary {
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .article-hero-vertical .btn-primary {
    margin-top: 10px;
  }
}
.article-hero-vertical .innovations-thumbnail {
  height: 300px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 576px) {
  .article-hero-vertical {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 576px) {
  .article-hero-vertical.article-hero-latest-news .innovations-thumbnail-container {
    margin-bottom: 20px;
  }
}
.article-hero-vertical.article-hero-latest-news .innovations-thumbnail-container img.wp-post-image {
  max-height: 425px !important;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .article-hero-vertical.article-hero-latest-news .innovations-thumbnail-container img.wp-post-image {
    height: 425px !important;
  }
}
@media only screen and (min-width: 992px) {
  .article-hero-vertical.article-hero-latest-news .innovations-thumbnail-container img.wp-post-image {
    height: 350px;
  }
}
@media only screen and (max-width: 576px) {
  .article-hero-vertical.article-hero-latest-news .innovations-thumbnail-container img.wp-post-image {
    min-height: 300px;
    max-height: 300px !important;
  }
}
.article-hero-vertical.article-hero-latest-news .innovations-thumbnail-container .post-excerpt p {
  margin-top: 0;
}
.article-hero-vertical.article-hero-latest-news .innovation-blog-post-wrap {
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  .article-hero-vertical.article-hero-latest-news .innovation-blog-post-wrap .post-title {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 1500px) {
  .article-hero-vertical.article-hero-latest-news .innovation-blog-post-wrap .post-title {
    -webkit-line-clamp: 3;
  }
}

.article-hero-vertical.selection-hero .post-excerpt p {
  margin-top: 12px;
  margin-bottom: 24px;
}

.article-hero-horizontal .innovations-heading {
  margin: 25px 0 20px;
}
@media only screen and (min-width: 576px) {
  .article-hero-horizontal .innovations-heading {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 576px) {
  .article-hero-horizontal .innovations-heading {
    font-size: 32px;
  }
  .article-hero-horizontal .innovations-heading {
    font-size: calc(2 + rem);
  }
  .article-hero-horizontal .innovations-heading {
    line-height: 38px;
  }
  .article-hero-horizontal .innovations-heading {
    line-height: calc(2.375 + rem);
  }
  .article-hero-horizontal .innovations-heading {
    font-weight: 700;
  }
}
.article-hero-horizontal .innovation-blog-post-wrap .post-title {
  font-size: 36px;
}
.article-hero-horizontal .innovation-blog-post-wrap .post-title {
  font-size: calc(2.25 + rem);
}
.article-hero-horizontal .innovation-blog-post-wrap .post-title {
  line-height: 50px;
}
.article-hero-horizontal .innovation-blog-post-wrap .post-title {
  line-height: calc(3.125 + rem);
}
.article-hero-horizontal .innovation-blog-post-wrap .post-title {
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .article-hero-horizontal .innovation-blog-post-wrap .post-title {
    font-size: 24px;
  }
  .article-hero-horizontal .innovation-blog-post-wrap .post-title {
    font-size: calc(1.5 + rem);
  }
  .article-hero-horizontal .innovation-blog-post-wrap .post-title {
    line-height: 30px;
  }
  .article-hero-horizontal .innovation-blog-post-wrap .post-title {
    line-height: calc(1.875 + rem);
  }
  .article-hero-horizontal .innovation-blog-post-wrap .post-title {
    font-weight: 700;
  }
}
.article-hero-horizontal .innovations-thumbnail-container {
  height: 100%;
  display: block;
}
.article-hero-horizontal .innovations-cat-read-time {
  margin: 5px 0;
}
.article-hero-horizontal .btn-primary {
  margin: 10px 0 0;
}
.article-hero-horizontal > .col:first-child {
  background-size: 0;
}
@media only screen and (min-width: 576px) {
  .article-hero-horizontal {
    display: table;
  }
  .article-hero-horizontal > .col {
    display: table-cell;
    vertical-align: middle;
  }
  .article-hero-horizontal > .col:first-child img.wp-post-image {
    object-fit: cover;
  }
}
@media only screen and (min-width: 576px) and (min-width: 576px) {
  .article-hero-horizontal > .col:first-child img.wp-post-image {
    min-height: 460px;
    max-height: 560px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .article-hero-horizontal > .col:first-child img.wp-post-image {
    min-height: 537px;
    max-height: 560px;
  }
}
.article-hero-horizontal p {
  margin: 0;
}

.article-slim .innovation-blog-post-wrap {
  /*@include media.r(sm) {
      .post-excerpt {
          @include font-typography.ff(16, 24, 400);
      }
  }*/
}
@media only screen and (min-width: 576px) {
  .article-slim .innovation-blog-post-wrap {
    padding: 0;
  }
  .article-slim .innovation-blog-post-wrap a.category {
    margin: 0;
  }
  .article-slim .innovation-blog-post-wrap .post-excerpt {
    margin: 0;
  }
  .article-slim .innovation-blog-post-wrap .post-excerpt p {
    margin: 0;
  }
  .article-slim .innovation-blog-post-wrap .innovations-cat-read-time {
    margin: 0;
  }
}

.article-regular .wp-post-image.size-regular-thumbnail, .article-regular .innovations-thumbnail.size-regular-thumbnail {
  object-fit: cover;
  min-width: 100%;
  min-height: fit-content;
  aspect-ratio: 270/183;
  /*  @include media.m(sm){
        max-height: 223px;
        min-height: 223px;
    }

    @include media.m(lg){
        max-height: 142px;
        min-height: 142px;
    }

    @include media.m(xl){
        height: auto;
        //max-height: 225px;
        //min-height: 172px;

    }*/
}
@media only screen and (min-width: 1500px) {
  .article-regular .wp-post-image.size-regular-thumbnail, .article-regular .innovations-thumbnail.size-regular-thumbnail {
    max-height: 225px;
    min-height: 225px;
  }
}
.article-regular .innovation-blog-post-wrap .post-excerpt {
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .article-regular .innovation-blog-post-wrap .post-excerpt {
    font-size: 16px;
  }
  .article-regular .innovation-blog-post-wrap .post-excerpt {
    font-size: calc(1 + rem);
  }
  .article-regular .innovation-blog-post-wrap .post-excerpt {
    line-height: 24px;
  }
  .article-regular .innovation-blog-post-wrap .post-excerpt {
    line-height: calc(1.5 + rem);
  }
  .article-regular .innovation-blog-post-wrap .post-excerpt {
    font-weight: 400;
  }
}
@media only screen and (max-width: 576px) {
  .article-regular .innovation-blog-post-wrap .post-excerpt.no-excerpt-xs {
    display: none;
  }
  .article-regular .innovation-blog-post-wrap .post-excerpt.no-excerpt-xs + .innovations-cat-read-time {
    margin-top: 0;
  }
}
.article-regular .innovation-blog-post-wrap .post-excerpt p {
  margin: 0;
}

.col.article-regular, .col.article-slim {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 576px) {
  .col.article-regular, .col.article-slim {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .row.article-regular, .row.article-slim {
    margin-bottom: 30px;
  }
  .row.article-regular:last-child, .row.article-slim:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 992px) {
  .row.article-regular, .row.article-slim {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .row.article-regular, .row.article-slim {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .row.article-regular, .row.article-slim {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.bg-thumbnail {
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 576px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.container-increase.all-sizes {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 576px) {
  .container-increase.all-sizes {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container-increase.all-sizes {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container-increase.all-sizes {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-increase.all-sizes {
    max-width: 95%;
  }
}
@media only screen and (min-width: 1500px) {
  .container-increase.all-sizes {
    max-width: 1450px;
  }
}
@media only screen and (max-width: 576px) {
  .container-increase.all-sizes {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .container-increase.mob {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .container-increase.mob {
    max-width: 720px;
  }
}
@media only screen and (max-width: 575px) {
  .container-increase.mob {
    max-width: 540px;
  }
}
@media only screen and (min-width: 992px) {
  .container-increase.lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-increase.lg {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1500px) {
  .container-increase.lg {
    max-width: 1450px;
  }
}

.editor p {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .editor p {
    margin-bottom: 30px;
  }
}
.editor a {
  text-decoration: none;
  background: linear-gradient(#f88031, #f88031) no-repeat center bottom;
  background-size: 0 1px;
  color: #f88031;
  transition: all 0.3s ease-in-out 0s;
}
.editor a:hover {
  background-size: 100% 1px;
}
.editor ul {
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  list-style: square;
}
@media only screen and (min-width: 992px) {
  .editor ul {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .editor ul {
    padding-left: 55px;
  }
}
.editor ul li {
  color: #f88031;
  margin-bottom: 10px;
}
.editor ul li {
  font-size: 16px;
}
.editor ul li {
  font-size: calc(1 + rem);
}
.editor ul li {
  line-height: 24px;
}
.editor ul li {
  line-height: calc(1.5 + rem);
}
.editor ul li {
  font-weight: 700;
}
.editor ul li a {
  background-size: 100% 1px;
}
.editor ul li a:hover {
  background-size: 0 1px;
}
.editor blockquote {
  margin: 0 0 20px 20px;
  background-color: #f8f8f9;
  padding: 20px 20px 15px 40px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .editor blockquote {
    margin: 0 0 30px 30px;
    padding: 55px 65px 15px;
  }
}
.editor blockquote p {
  font-size: 16px;
}
.editor blockquote p {
  font-size: calc(1 + rem);
}
.editor blockquote p {
  line-height: 26px;
}
.editor blockquote p {
  line-height: calc(1.625 + rem);
}
.editor blockquote p {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .editor blockquote p {
    line-height: 36px;
  }
}
.editor blockquote:before {
  content: "“";
  color: #f88031;
  position: absolute;
  left: -25px;
  top: 0;
}
.editor blockquote:before {
  font-size: 120px;
}
.editor blockquote:before {
  font-size: calc(7.5 + rem);
}
.editor blockquote:before {
  line-height: 120px;
}
.editor blockquote:before {
  line-height: calc(7.5 + rem);
}
.editor blockquote:before {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .editor blockquote:before {
    left: -35px;
    top: 25px;
  }
  .editor blockquote:before {
    font-size: 172px;
  }
  .editor blockquote:before {
    font-size: calc(10.75 + rem);
  }
  .editor blockquote:before {
    line-height: 172px;
  }
  .editor blockquote:before {
    line-height: calc(10.75 + rem);
  }
  .editor blockquote:before {
    font-weight: 700;
  }
}

.author {
  color: #93969a;
  margin: 4px 0 0;
}
@media only screen and (max-width: 576px) {
  .author {
    margin: 0;
  }
  .author {
    font-size: 14px;
  }
  .author {
    font-size: calc(0.875 + rem);
  }
  .author {
    line-height: 22px;
  }
  .author {
    line-height: calc(1.375 + rem);
  }
  .author {
    font-weight: 400;
  }
}
.author span {
  color: #2186AB;
  font-weight: bold;
}

.link-hover-underline {
  background: linear-gradient(#2186AB, #2186AB) no-repeat center bottom;
  background-size: 0 1px;
  color: #2186AB;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.link-hover-underline:hover {
  background-size: 100% 1px;
}

.post-permalink {
  color: currentColor;
  text-decoration: none;
  display: block;
}
.post-permalink:hover .post-title {
  color: #2186AB;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.bg-primary {
  background-color: #F6F6F6;
  padding-bottom: 24px;
}

.single-post .single-post-title {
  display: inline-block;
  vertical-align: top;
}

.innovation-sidebar .innovation-sidebar-section {
  border-radius: 8px;
}

.select-wrapper {
  display: inline-block;
  overflow: hidden;
}
.select-wrapper .innovation-selector, .select-wrapper .innovation-selector:focus {
  outline: none;
  border: none;
  color: #2186AB;
  padding: 8px 0 8px 10px;
  width: 100%;
  display: none;
}
.select-wrapper .innovation-selector button, .select-wrapper .innovation-selector:focus button {
  stroke: #195D78 !important;
}
.select-wrapper .sort-selector, .select-wrapper .sort-selector:focus {
  outline: none;
  border: none;
  color: #2186AB;
  padding: 8px 0 8px 10px;
  max-width: 150px !important;
  display: none;
}
.select-wrapper .sort-selector button, .select-wrapper .sort-selector:focus button {
  stroke: #195D78 !important;
}
.select-wrapper select > button {
  border-left: 1px solid #c6c6c6;
  stroke: #195D78 !important;
}
.select-wrapper select:focus option:checked {
  background: rgba(204, 204, 204, 0.4);
  font-weight: 700;
}
.select-wrapper .select2.select2-container .select2-selection, .select-wrapper .select2.select2-container .select2-selection--single, .select-wrapper .select2.select2-container--default .select2-selection, .select-wrapper .select2.select2-container--default .select2-selection--single {
  outline: none;
  border: none;
  color: #2186AB;
  padding: 8px;
  box-shadow: none;
  min-height: 43px;
  height: auto;
  border-radius: 6px;
}
.select-wrapper .select2.select2-container .select2-selection .select2-selection__rendered, .select-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered, .select-wrapper .select2.select2-container--default .select2-selection .select2-selection__rendered, .select-wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
  margin-right: 20px;
}
.select-wrapper .select2-container {
  border: 1px solid #c6c6c6;
  border-radius: 6px;
}
.select-wrapper .select2-container.select2-container--open {
  border-color: rgb(73.7586206897, 176.4620689655, 217.2413793103);
  margin-top: 35px;
}
.select-wrapper .select2-container.select2-container--open.select2-container--default {
  margin: 0;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 0;
  white-space: normal;
  line-height: 20px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 5px;
  height: auto;
  width: 20px;
  transform: rotate(90deg);
  background-position: center;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/innovation-report-2/assets/dist/img/arrow-right.svg");
  filter: brightness(67) invert(0) contrast(0.5);
}
.select2-container.select2-container--default .select2-results__options {
  max-height: 500px !important;
}
.select2-container.select2-container--default .select2-results__option {
  font-weight: 400;
  padding-right: 20px;
}
.select2-container.select2-container--default .select2-results__option:focus, .select2-container.select2-container--default .select2-results__option:active {
  background-color: #2186AB;
  color: #ffffff;
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(33, 134, 171, 0.1);
  color: #000000;
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected]:focus, .select2-container.select2-container--default .select2-results__option--highlighted[aria-selected]:active {
  background-color: #2186AB;
  color: #ffffff;
}
.select2-container.select2-container--default .select2-results__option {
  display: flex;
}
.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ffffff;
  font-weight: 700;
}
.select2-container.select2-container--default .select2-results__option[aria-selected=true]:after {
  position: absolute;
  display: flex;
  align-self: center;
  right: 15px;
  content: url("/wp-content/themes/innovation-report-2/assets/dist/img/check-mark.svg");
}
.select2-container.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: rgba(33, 134, 171, 0.1);
}
.select2-container.select2-container--default .select2-results__option[aria-selected=true]:focus, .select2-container.select2-container--default .select2-results__option[aria-selected=true]:active {
  background-color: #2186AB;
  color: #ffffff;
}
.select2-container.select2-container--default .select2-results__option[aria-selected=true]:focus:after, .select2-container.select2-container--default .select2-results__option[aria-selected=true]:active:after {
  filter: brightness(0) invert(1);
}
.select2-container.select2-container--open .select2-selection--single {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 15px;
  width: 20px;
  background-position: center;
  transform: rotate(-90deg);
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
  filter: none;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--above, .select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-radius: 6px;
  border: 1px solid #c6c6c6;
  overflow: hidden;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
  margin-top: -4px;
  /*@include media.m(sm) {
      margin-top: 42px;
  }*/
  /* @include media.m(lg) {
      margin-top: 30px;
  }*/
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
  margin-top: 4px;
  /* @include media.m(sm) {
       margin-top: 50px;
   }*/
  /* @include media.m(lg) {
       margin-top: 35px;
   }*/
  /*@include media.r(sm) {
      margin-top: 24px;
  }*/
}
/*
.pagination {
	display: block;

	.page-item {
		display: inline-block;
		padding: 5px;
		margin: 0;
		border: 1px solid colors.$innoreports-grey;
		min-width: 30px;
		text-align: center;
		text-decoration: none;

		&:not(.prev):not(.next) {
			border-left-width: 0;
			border-right-width: 0;
		}

		&.prev, &.next {
			margin: 0 10px;
			border-radius: 6px;
		}
	}

	a.page-item[class*="page-number"]:not(:first-of-type):nth-of-type(2), span.page-number[class*="active"]:first-of-type {
		border-left-width: 1px;
		border-radius: 6px 0 0 6px;
	}

	a.page-item[class*="page-number"]:nth-last-of-type(2) {
		border-right-width: 1px;
		border-radius: 0 6px 6px 0;
	}
*/
.pagination {
  display: block;
}
.pagination .page-item {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  width: fit-content;
  padding: 9px 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: 30px;
}
.pagination .page-item.prev, .pagination .page-item.next {
  background-color: #2186AB;
  color: #ffffff;
  margin: 0 10px;
}
.pagination .page-item.prev .arrow, .pagination .page-item.next .arrow {
  background-image: url("/wp-content/themes/innovation-report-2/assets/dist/img/arrow-right.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  filter: brightness(100) invert(0) contrast(1);
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
}
.pagination .page-item.prev {
  margin-left: 0;
}
.pagination .page-item.prev .arrow {
  transform: rotate(180deg);
}
.pagination .page-item.next {
  margin-right: 0;
}
.pagination .page-item:has(+ .page-item + .active):not(.dots):not(:first-of-type(.page-number)) {
  display: none;
}
.pagination .page-item.dots + page-item {
  display: inline-block;
}
.pagination a.page-item[class*=page-number]:nth-last-of-type(2) {
  border-right-width: 1px;
  border-radius: 0 6px 6px 0;
}

@keyframes reflection {
  0% {
    background: linear-gradient(140grad, rgba(0, 0, 0, 0) 27%, rgba(255, 255, 255, 0.8) 28%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), #2186AB;
    background-repeat: no-repeat;
    background-position: 0px -83px;
  }
  4% {
    background: linear-gradient(140grad, rgba(0, 0, 0, 0) 27%, rgba(255, 255, 255, 0.8) 28%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), #2186AB;
    background-repeat: no-repeat;
    background-position: 0px 115px;
  }
  5% {
    background: linear-gradient(140grad, rgba(0, 0, 0, 0) 27%, rgba(255, 255, 255, 0.2) 28%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), #2186AB;
    background-repeat: no-repeat;
    background-position: 0px 144px;
  }
  100% {
    background: linear-gradient(140grad, rgba(0, 0, 0, 0) 27%, rgba(255, 255, 255, 0.2) 28%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), #2186AB;
    background-repeat: no-repeat;
    background-position: 0px 144px;
  }
}
.feedback-btn {
  background-color: #2186AB;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 10px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: calc(100% - 330px);
  border-radius: 6px 0 0 6px;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
  animation: reflection 20s ease-in;
  animation-delay: 10s;
  animation-iteration-count: infinite;
}
.feedback-btn {
  font-size: 14px;
}
.feedback-btn {
  font-size: calc(0.875 + rem);
}
.feedback-btn {
  line-height: 14px;
}
.feedback-btn {
  line-height: calc(0.875 + rem);
}
.feedback-btn {
  font-weight: 400;
}
.feedback-btn .icon {
  width: 13px;
  margin: 5px 0;
}
.feedback-btn:hover {
  background-color: rgb(73.7586206897, 176.4620689655, 217.2413793103);
}
.feedback-btn.hidden {
  right: -50px;
}
.feedback-btn span {
  display: block;
  margin: 5px 0;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

.popup {
  display: block;
  position: fixed;
  z-index: 1000;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  scale: 0;
}
.popup .popup-header {
  margin: 0 0 20px 0;
  position: relative;
}
.popup .popup-header .title {
  display: inline-block;
  margin: 0;
  width: calc(100% - 40px);
}
.popup .popup-header .title {
  font-size: 18px;
}
.popup .popup-header .title {
  font-size: calc(1.125 + rem);
}
.popup .popup-header .title {
  line-height: 20px;
}
.popup .popup-header .title {
  line-height: calc(1.25 + rem);
}
.popup .popup-header .title {
  font-weight: 700;
}
.popup .popup-header .close {
  display: inline-block;
  width: 34px;
  margin: 0;
  padding: 0 10px;
  text-align: right;
  color: #2186AB;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-image: url("/wp-content/themes/innovation-report-2/assets/dist/img/close.svg");
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.popup .popup-header .close:hover {
  opacity: 0.8;
}
.popup .popup-body {
  padding: 10px 0;
}
.popup .success-message, .popup .error-message {
  text-align: center;
}
.popup .success-message, .popup .error-message {
  font-size: 14px;
}
.popup .success-message, .popup .error-message {
  font-size: calc(0.875 + rem);
}
.popup .success-message, .popup .error-message {
  line-height: 14px;
}
.popup .success-message, .popup .error-message {
  line-height: calc(0.875 + rem);
}
.popup .success-message, .popup .error-message {
  font-weight: 400;
}
.popup .success-message img, .popup .error-message img {
  display: block;
  width: 150px;
  height: auto;
  margin: auto;
}
.popup .success-message b, .popup .error-message b {
  display: block;
  margin: 10px 0;
}
.popup .error-message {
  color: #ff0000;
}
.popup .popup-footer {
  padding-top: 10px;
}
.popup.bottom-popup {
  max-width: 322px;
  bottom: -30px;
  right: -400px;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 576px) {
  .popup.bottom-popup {
    border-radius: 20px 20px 0 0;
    bottom: -600px;
    right: 0;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.popup.bottom-popup.open {
  scale: 1;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .popup.bottom-popup.open {
    bottom: 0;
  }
}

.feedback-form .question {
  margin-bottom: 10px;
}
.feedback-form .question label {
  font-size: 14px;
}
.feedback-form .question label {
  font-size: calc(0.875 + rem);
}
.feedback-form .question label {
  line-height: 14px;
}
.feedback-form .question label {
  line-height: calc(0.875 + rem);
}
.feedback-form .question label {
  font-weight: 700;
}
.feedback-form .question .error {
  color: #ff0000;
}
.feedback-form .question .error {
  font-size: 14px;
}
.feedback-form .question .error {
  font-size: calc(0.875 + rem);
}
.feedback-form .question .error {
  line-height: 14px;
}
.feedback-form .question .error {
  line-height: calc(0.875 + rem);
}
.feedback-form .question .error {
  font-weight: 400;
}
.feedback-form .question textarea {
  border: 1px solid #c6c6c6;
  border-radius: 6px;
  padding: 5px;
  resize: none;
}
.feedback-form .question textarea::placeholder, .feedback-form .question .select2-selection__placeholder {
  text-decoration: none;
  font-style: normal;
  font-size: 14px;
  color: #cccccc !important;
  font-weight: normal;
}
.feedback-form .question .image-options {
  display: block;
  text-align: center;
}
.feedback-form .question .image-options label {
  display: inline-block;
  margin: 10px 15px 0;
  cursor: pointer;
}
.feedback-form .question .image-options label input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.feedback-form .question .image-options label input[type=radio]:checked + .img-wrapper {
  background-color: rgba(33, 134, 171, 0.2);
  border-color: #2186AB;
}
.feedback-form .question .image-options label .img-wrapper {
  background-color: rgba(33, 134, 171, 0.1);
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 8px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.feedback-form .question .image-options label .img-wrapper:hover {
  background-color: rgba(33, 134, 171, 0.2);
}
.feedback-form .question .image-options label .img-wrapper img {
  width: 32px;
  height: 32px;
}
.feedback-form .question .image-options label .label {
  display: block;
  padding: 2px;
}
.feedback-form .question .image-options label .label {
  font-size: 12px;
}
.feedback-form .question .image-options label .label {
  font-size: calc(0.75 + rem);
}
.feedback-form .question .image-options label .label {
  line-height: 12px;
}
.feedback-form .question .image-options label .label {
  line-height: calc(0.75 + rem);
}
.feedback-form .question .image-options label .label {
  font-weight: 400;
}
.feedback-form .question.star-rating .star-wrapper {
  padding-top: 10px;
}
.feedback-form .question.star-rating .star-wrapper .starIcon {
  height: 100%;
  display: inline-block;
}
.feedback-form .question.star-rating .star-wrapper .starIcon:hover {
  cursor: pointer;
}
.feedback-form .question.star-rating .star-wrapper #theStars {
  margin: 0 auto;
}
.feedback-form .question.star-rating .star-wrapper:nth-child(odd) {
  margin-left: 20px;
}
.feedback-form .question.star-rating .star-wrapper:first-child {
  margin-left: 0;
}
.feedback-form .question.star-rating .star-wrapper .bi-star-fill:before {
  content: url("/wp-content/themes/innovation-report-2/assets/dist/img/star-full.svg");
  color: #2186AB;
}
.feedback-form .question.star-rating .star-wrapper .bi-star:before {
  color: #2186AB;
  content: url("/wp-content/themes/innovation-report-2/assets/dist/img/star.svg");
}

form#sort-posts {
  line-height: 0;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

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

body {
  background: #ffffff;
}

header {
  position: relative;
  z-index: 100;
}

* {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}

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

a, h1, h2, h3 {
  transition: all 0.2s ease-in-out;
}

h6 {
  color: #93969a;
}
h6 {
  font-size: 12px;
}
h6 {
  font-size: calc(0.75 + rem);
}
h6 {
  line-height: 20px;
}
h6 {
  line-height: calc(1.25 + rem);
}
h6 {
  font-weight: 400;
}

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

figure {
  margin: 1em 0;
}

@media only screen and (max-width: 576px) {
  p {
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.gallery {
  margin-bottom: 1.5rem;
}

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

.gallery-caption {
  display: block;
}

a {
  color: #2186AB;
}
a:hover, a:focus, a:active {
  color: rgb(73.7586206897, 176.4620689655, 217.2413793103);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul,
ol {
  margin: 0 0 1rem 1rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1rem 1rem;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

table {
  margin: 0 0 1rem;
  width: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  background-color: #f88031;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 12px 20px;
  border: 1px solid #f88031;
  text-align: center;
  outline: none;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  font-size: 16px;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  font-size: calc(1 + rem);
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  line-height: 24px;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  line-height: calc(1.5 + rem);
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  font-weight: 700;
}
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited,
.btn:visited {
  color: #ffffff;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.btn:hover {
  cursor: pointer;
}
button:hover:not(.mfp-close):not(.mfp-arrow),
input[type=button]:hover:not(.mfp-close):not(.mfp-arrow),
input[type=reset]:hover:not(.mfp-close):not(.mfp-arrow),
input[type=submit]:hover:not(.mfp-close):not(.mfp-arrow),
.btn:hover:not(.mfp-close):not(.mfp-arrow) {
  background-color: rgb(73.7586206897, 176.4620689655, 217.2413793103);
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  button.btn-arrow,
  input[type=button].btn-arrow,
  input[type=reset].btn-arrow,
  input[type=submit].btn-arrow,
  .btn.btn-arrow {
    width: 0;
    height: 0;
    border: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    display: block;
    text-align: right;
  }
  button.btn-arrow:after,
  input[type=button].btn-arrow:after,
  input[type=reset].btn-arrow:after,
  input[type=submit].btn-arrow:after,
  .btn.btn-arrow:after {
    content: "";
    display: block;
    position: absolute;
    text-align: right;
    background-image: url("/wp-content/themes/innovation-report-2/assets/dist/img/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    margin: 0 15px 0 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 32px;
    padding: 7px;
  }
  button.btn-arrow:after,
  input[type=button].btn-arrow:after,
  input[type=reset].btn-arrow:after,
  input[type=submit].btn-arrow:after,
  .btn.btn-arrow:after {
    font-size: 48pxpx;
  }
  button.btn-arrow:after,
  input[type=button].btn-arrow:after,
  input[type=reset].btn-arrow:after,
  input[type=submit].btn-arrow:after,
  .btn.btn-arrow:after {
    font-size: calc(3px + rem);
  }
  button.btn-arrow:after,
  input[type=button].btn-arrow:after,
  input[type=reset].btn-arrow:after,
  input[type=submit].btn-arrow:after,
  .btn.btn-arrow:after {
    line-height: 48pxpx;
  }
  button.btn-arrow:after,
  input[type=button].btn-arrow:after,
  input[type=reset].btn-arrow:after,
  input[type=submit].btn-arrow:after,
  .btn.btn-arrow:after {
    line-height: calc(3px + rem);
  }
  button.btn-arrow:after,
  input[type=button].btn-arrow:after,
  input[type=reset].btn-arrow:after,
  input[type=submit].btn-arrow:after,
  .btn.btn-arrow:after {
    font-weight: 400;
  }
}
@media only screen and (max-width: 992px) and (max-width: 576px) {
  button.btn-arrow:after,
  input[type=button].btn-arrow:after,
  input[type=reset].btn-arrow:after,
  input[type=submit].btn-arrow:after,
  .btn.btn-arrow:after {
    width: 20px;
  }
}

.btn-primary {
  background-color: #2186AB;
  border: none;
  padding: 12px 24px;
  border-radius: 1000px;
}
.btn-primary.btn-rect {
  border-radius: 6px;
}
.btn-primary.btn-border {
  background-color: transparent;
  border: 1px solid #2186AB;
  color: #2186AB;
}
.btn-primary.btn-border {
  font-size: 14px;
}
.btn-primary.btn-border {
  font-size: calc(0.875 + rem);
}
.btn-primary.btn-border {
  line-height: 24px;
}
.btn-primary.btn-border {
  line-height: calc(1.5 + rem);
}
.btn-primary.btn-border {
  font-weight: 500;
}
.btn-primary.btn-border:hover {
  color: #2186AB !important;
  background-color: rgba(204, 204, 204, 0.2) !important;
}
.btn-primary.btn-light {
  background-color: rgba(33, 134, 171, 0.1);
  border: none;
  color: #2186AB;
  font-weight: normal;
}
.btn-primary.btn-sm {
  padding: 10px;
}
.btn-primary.btn-sm {
  font-size: 14px;
}
.btn-primary.btn-sm {
  font-size: calc(0.875 + rem);
}
.btn-primary.btn-sm {
  line-height: 14px;
}
.btn-primary.btn-sm {
  line-height: calc(0.875 + rem);
}
.btn-primary.btn-sm {
  font-weight: 400;
}
.btn-primary.btn-block {
  display: block;
  width: 100%;
}
.btn-primary .icon {
  padding: 0 10px;
}
.btn-primary .icon:first-child {
  padding-left: 0;
}
.btn-primary .icon:last-child {
  padding-right: 0;
}
.btn-primary:hover {
  background-color: rgb(73.7586206897, 176.4620689655, 217.2413793103);
  color: #ffffff;
}
@media only screen and (max-width: 576px) {
  .btn-primary {
    padding: 8px 16px;
  }
}

.btn-secondary {
  border-radius: 1000px;
  border: none;
  font-weight: 400;
  background-color: #8AA657;
}
.btn-secondary:hover {
  background-color: #94BA5D !important;
}

.scroll-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  border-radius: 1000px;
  background: #8AA657 url("../img/arrow-to-top.png") no-repeat center;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 768px) {
  .scroll-to-top {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .scroll-to-top {
    bottom: 50px;
    right: 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .scroll-to-top {
    bottom: 100px;
    right: 50px;
  }
}
.scroll-to-top:hover {
  background-color: #94BA5D !important;
  background-position: top 35% center;
  cursor: pointer;
}

.btn-round {
  height: 32px;
  width: 32px;
  padding: 3px;
}
@media only screen and (min-width: 576px) {
  .btn-round {
    height: 46px;
    width: 46px;
    padding: 10px;
  }
}
.btn-round .icon {
  filter: brightness(0) invert(1);
  width: max-content;
  height: auto;
}

.wpcf7 {
  margin: 0;
  padding: 0;
}
.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../img/black-loader.svg");
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
.wpcf7 .ajax-error {
  display: none;
}
.wpcf7 .placeheld {
  color: #343b43;
}
.wpcf7 input[type=file] {
  cursor: pointer;
}
.wpcf7 input[type=file]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted {
  border: 2px solid #ff0000;
}

.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #ffffff;
  padding: 0.2em 0.8em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 10px 0 0;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #5d636a;
  background-color: #ffffff;
  border: 1px solid #c5c7c9;
  width: 100%;
  padding: 14px;
  outline: none;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  font-size: 14px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  font-size: calc(0.875 + rem);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  line-height: 20px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  line-height: calc(1.25 + rem);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea,
  select {
    padding: 14px 20px;
  }
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  opacity: 1;
  font-style: italic;
  color: #afafaf;
  font-size: 12px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  opacity: 1;
  font-style: italic;
  color: #afafaf;
  font-size: 12px;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  font-style: italic;
  color: #afafaf;
  font-size: 12px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 1;
  font-style: italic;
  color: #afafaf;
  font-size: 12px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 1;
  font-style: italic;
  color: #afafaf;
  font-size: 12px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #5d636a;
}

select {
  appearance: none;
  padding-right: 40px;
  background: url("../img/dropdown-icon.svg") no-repeat center right 20px;
}

textarea {
  display: block;
  width: 100%;
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.letters-list {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .letters-list {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .letters-list {
    margin-bottom: 60px;
  }
}
.letters-list li {
  margin-right: 5px;
}
.letters-list li a {
  text-decoration: none;
  color: #5d636a;
  transition: all 0.3s ease-in-out 0s;
}
.letters-list li a {
  font-size: 28px;
}
.letters-list li a {
  font-size: calc(1.75 + rem);
}
.letters-list li a {
  line-height: 36px;
}
.letters-list li a {
  line-height: calc(2.25 + rem);
}
.letters-list li a {
  font-weight: 400;
}
.letters-list li a:hover {
  color: #f88031;
}

.brand-letter {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .brand-letter {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .brand-letter {
    margin-bottom: 30px;
  }
}

.b2b-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .b2b-list {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .b2b-list {
    margin-bottom: 60px;
  }
}
.b2b-list li a {
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) no-repeat center bottom;
  background-size: 0 1px;
  transition: all 0.3s ease-in-out 0s;
}
.b2b-list li a:hover {
  background-size: 100% 1px;
}

.blog-container {
  padding-top: 30px;
}
.blog-container .last-post .post-permalink > img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1500px) {
  .blog-container .last-post .last-post-text-wrap {
    padding-left: 30px;
  }
}
.blog-container .last-post .last-post-text-wrap .primary-cat {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .blog-container .last-post .last-post-text-wrap .primary-cat {
    margin-bottom: 40px;
  }
}
.blog-container .last-post .last-post-text-wrap .primary-cat a {
  font-size: 14px;
}
.blog-container .last-post .last-post-text-wrap .primary-cat a {
  font-size: calc(0.875 + rem);
}
.blog-container .last-post .last-post-text-wrap .primary-cat a {
  line-height: 22px;
}
.blog-container .last-post .last-post-text-wrap .primary-cat a {
  line-height: calc(1.375 + rem);
}
.blog-container .last-post .last-post-text-wrap .primary-cat a {
  font-weight: 400;
}
.blog-container .last-post .last-post-text-wrap .post-title {
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .blog-container .last-post .last-post-text-wrap .post-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .blog-container .last-post .last-post-text-wrap .post-title {
    margin-bottom: 55px;
  }
}
.blog-container .last-post .last-post-text-wrap .post-excerpt {
  margin-bottom: 40px;
}
.blog-container .last-post .last-post-text-wrap .post-excerpt p {
  margin: 0 0 20px;
}
.blog-container .last-post .last-post-text-wrap .post-date {
  margin: 0;
}
.blog-container .last-post .last-post-text-wrap .last-post-permalink {
  display: block;
  margin-left: auto;
  width: 42px;
  height: 30px;
  padding-left: 12px;
  background: url("../img/orange-right-arrow.png") no-repeat left 4px center, linear-gradient(90deg, #4c525a, #4c525a) right center no-repeat;
  background-size: auto, 30px 100%;
  transition: all 0.3s ease-in-out 0s;
}
.blog-container .last-post .last-post-text-wrap .last-post-permalink:hover {
  background-position: right center, left center;
}

.with-bottom-border:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #c9cacc;
  height: 1px;
  background-clip: content-box;
  margin: 30px 0;
}
@sinclude m(xl) {
  .with-bottom-border:after {
    margin: 30px 0 60px;
  }
}

.blog-posts-loop {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .blog-posts-loop {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1500px) {
  .blog-posts-loop {
    margin-bottom: 75px;
  }
}

.blog-post-wrap {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .blog-post-wrap {
    margin-bottom: 0;
  }
}
.blog-post-wrap.blog-post-grid {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .blog-post-wrap.blog-post-grid {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .blog-post-wrap.blog-post-grid {
    margin-bottom: 70px;
  }
}

.news-module-title {
  margin: 0 0 25px;
  color: #f88031;
}
.news-module-title {
  font-size: 28px;
}
.news-module-title {
  font-size: calc(1.75 + rem);
}
.news-module-title {
  line-height: 36px;
}
.news-module-title {
  line-height: calc(2.25 + rem);
}
.news-module-title {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .news-module-title {
    font-size: 32px;
  }
  .news-module-title {
    font-size: calc(2 + rem);
  }
  .news-module-title {
    line-height: 40px;
  }
  .news-module-title {
    line-height: calc(2.5 + rem);
  }
  .news-module-title {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .news-module-title {
    font-size: 36px;
  }
  .news-module-title {
    font-size: calc(2.25 + rem);
  }
  .news-module-title {
    line-height: 44px;
  }
  .news-module-title {
    line-height: calc(2.75 + rem);
  }
  .news-module-title {
    font-weight: 700;
  }
}

.pagination-box {
  border-top: 1px solid #93969a;
  border-bottom: 1px solid #93969a;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .pagination-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pagination-box .paginate-title {
  font-style: italic;
  color: #343b43;
  padding-right: 15px;
  flex-shrink: 0;
}
.pagination-box .paginate-title {
  font-size: 14px;
}
.pagination-box .paginate-title {
  font-size: calc(0.875 + rem);
}
.pagination-box .paginate-title {
  line-height: 22px;
}
.pagination-box .paginate-title {
  line-height: calc(1.375 + rem);
}
.pagination-box .paginate-title {
  font-weight: 700;
}
.pagination-box > div {
  padding-left: 15px;
}
.pagination-box .page-numbers {
  display: inline-block;
  margin: 0 2px;
  text-decoration: none;
  font-style: italic;
  color: #f88031;
  min-width: 18px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.pagination-box .page-numbers {
  font-size: 14px;
}
.pagination-box .page-numbers {
  font-size: calc(0.875 + rem);
}
.pagination-box .page-numbers {
  line-height: 18px;
}
.pagination-box .page-numbers {
  line-height: calc(1.125 + rem);
}
.pagination-box .page-numbers {
  font-weight: 700;
}
.pagination-box .page-numbers.current, .pagination-box .page-numbers:hover {
  color: #ffffff;
  background-color: #575d64;
}
.pagination-box .page-numbers.next svg, .pagination-box .page-numbers.prev svg {
  max-height: 14px;
}

.latest-posts-by-categories {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .latest-posts-by-categories {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1500px) {
  .latest-posts-by-categories {
    margin-bottom: 70px;
  }
}
.latest-posts-by-categories .latest-news-title {
  border-top: 3px solid #c6c6c6;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.latest-posts-by-categories .latest-news-title > a {
  background: url("../img/rss.jpg") no-repeat center;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  margin: 5px auto 0;
}
@media only screen and (min-width: 768px) {
  .latest-posts-by-categories .latest-news-title > a {
    display: inline-block;
    margin: 0 0 0 30px;
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .latest-posts-by-categories .latest-news-title > a {
    margin-left: 50px;
  }
}

.archive-info .archive-title {
  margin: 0 0 25px;
  color: #343b43;
}
.archive-info .archive-title {
  font-size: 28px;
}
.archive-info .archive-title {
  font-size: calc(1.75 + rem);
}
.archive-info .archive-title {
  line-height: 36px;
}
.archive-info .archive-title {
  line-height: calc(2.25 + rem);
}
.archive-info .archive-title {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .archive-info .archive-title {
    font-size: 32px;
  }
  .archive-info .archive-title {
    font-size: calc(2 + rem);
  }
  .archive-info .archive-title {
    line-height: 40px;
  }
  .archive-info .archive-title {
    line-height: calc(2.5 + rem);
  }
  .archive-info .archive-title {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .archive-info .archive-title {
    font-size: 36px;
  }
  .archive-info .archive-title {
    font-size: calc(2.25 + rem);
  }
  .archive-info .archive-title {
    line-height: 44px;
  }
  .archive-info .archive-title {
    line-height: calc(2.75 + rem);
  }
  .archive-info .archive-title {
    font-weight: 700;
  }
}
.archive-info .archive-desc *:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  padding: 15px 0;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs {
    padding: 25px 0;
  }
}
.breadcrumbs span {
  font-style: italic;
  color: #afafaf;
}
.breadcrumbs span {
  font-size: 14px;
}
.breadcrumbs span {
  font-size: calc(0.875 + rem);
}
.breadcrumbs span {
  line-height: 22px;
}
.breadcrumbs span {
  line-height: calc(1.375 + rem);
}
.breadcrumbs span {
  font-weight: 400;
}
.breadcrumbs span a {
  text-decoration: none;
  color: #afafaf;
}
.breadcrumbs span a:hover {
  color: #f88031;
}

@media only screen and (min-width: 768px) {
  .post-comments {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .post-comments {
    margin-bottom: 100px;
  }
}
.post-comments .comment-reply-title {
  margin: 0 0 25px;
  color: #343b43;
}
.post-comments .comment-reply-title {
  font-size: 24px;
}
.post-comments .comment-reply-title {
  font-size: calc(1.5 + rem);
}
.post-comments .comment-reply-title {
  line-height: 32px;
}
.post-comments .comment-reply-title {
  line-height: calc(2 + rem);
}
.post-comments .comment-reply-title {
  font-weight: 700;
}
.post-comments .comment-form {
  background-color: #f8f8f9;
  padding: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .post-comments .comment-form {
    padding: 30px;
    margin-bottom: 40px;
  }
}
.post-comments .comment-form .form-title {
  margin: 0 0 15px;
  display: block;
  color: #343b43;
}
.post-comments .comment-form .form-title {
  font-size: 16px;
}
.post-comments .comment-form .form-title {
  font-size: calc(1 + rem);
}
.post-comments .comment-form .form-title {
  line-height: 24px;
}
.post-comments .comment-form .form-title {
  line-height: calc(1.5 + rem);
}
.post-comments .comment-form .form-title {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .post-comments .comment-form .form-title {
    margin-bottom: 20px;
  }
}
.post-comments .comment-form .comments-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-comments .comment-form .comments-row p {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .post-comments .comment-form .comments-row p {
    width: calc((100% - 60px) / 3);
  }
}
.post-comments .comment-form p {
  margin: 0 0 10px;
}
.post-comments .comment-form textarea {
  resize: none;
}
.post-comments .comment-form .submit {
  width: 100%;
}
.post-comments .comment-list,
.post-comments .children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-comments .comment-list .comment,
.post-comments .children .comment {
  border-bottom: 1px solid #c9cacc;
  margin-top: 25px;
  padding-left: 50px;
}
@media only screen and (min-width: 992px) {
  .post-comments .comment-list .comment,
  .post-comments .children .comment {
    padding-left: 80px;
  }
}
.post-comments .comment-list .comment:last-of-type,
.post-comments .children .comment:last-of-type {
  border-bottom: 0;
}
.post-comments .comment-list .comment .comment-body,
.post-comments .children .comment .comment-body {
  margin-bottom: 25px;
}
.post-comments .comment-list .comment .comment-body .comment-meta,
.post-comments .children .comment .comment-body .comment-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -50px;
}
@media only screen and (min-width: 992px) {
  .post-comments .comment-list .comment .comment-body .comment-meta,
  .post-comments .children .comment .comment-body .comment-meta {
    margin-left: -80px;
  }
}
.post-comments .comment-list .comment .comment-body .comment-meta a,
.post-comments .children .comment .comment-body .comment-meta a {
  text-decoration: none;
  color: #afafaf;
  font-style: italic;
}
.post-comments .comment-list .comment .comment-body .comment-meta a,
.post-comments .children .comment .comment-body .comment-meta a {
  font-size: 12px;
}
.post-comments .comment-list .comment .comment-body .comment-meta a,
.post-comments .children .comment .comment-body .comment-meta a {
  font-size: calc(0.75 + rem);
}
.post-comments .comment-list .comment .comment-body .comment-meta a,
.post-comments .children .comment .comment-body .comment-meta a {
  line-height: 24px;
}
.post-comments .comment-list .comment .comment-body .comment-meta a,
.post-comments .children .comment .comment-body .comment-meta a {
  line-height: calc(1.5 + rem);
}
.post-comments .comment-list .comment .comment-body .comment-meta a,
.post-comments .children .comment .comment-body .comment-meta a {
  font-weight: 400;
}
.post-comments .comment-list .comment .comment-body .comment-author,
.post-comments .children .comment .comment-body .comment-author {
  display: flex;
  align-items: center;
}
.post-comments .comment-list .comment .comment-body .comment-author > img,
.post-comments .children .comment .comment-body .comment-author > img {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #c5c7c9;
  margin-right: 15px;
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 992px) {
  .post-comments .comment-list .comment .comment-body .comment-author > img,
  .post-comments .children .comment .comment-body .comment-author > img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }
}
.post-comments .comment-list .comment .comment-body .comment-author .fn,
.post-comments .children .comment .comment-body .comment-author .fn {
  color: #343b43;
  margin-right: 8px;
}
.post-comments .comment-list .comment .comment-body .comment-author .fn,
.post-comments .children .comment .comment-body .comment-author .fn {
  font-size: 16px;
}
.post-comments .comment-list .comment .comment-body .comment-author .fn,
.post-comments .children .comment .comment-body .comment-author .fn {
  font-size: calc(1 + rem);
}
.post-comments .comment-list .comment .comment-body .comment-author .fn,
.post-comments .children .comment .comment-body .comment-author .fn {
  line-height: 24px;
}
.post-comments .comment-list .comment .comment-body .comment-author .fn,
.post-comments .children .comment .comment-body .comment-author .fn {
  line-height: calc(1.5 + rem);
}
.post-comments .comment-list .comment .comment-body .comment-author .fn,
.post-comments .children .comment .comment-body .comment-author .fn {
  font-weight: 700;
}
.post-comments .comment-list .comment .comment-body .comment-author .says,
.post-comments .children .comment .comment-body .comment-author .says {
  display: none;
}
.post-comments .comment-list .comment .comment-body .comment-awaiting-moderation,
.post-comments .children .comment .comment-body .comment-awaiting-moderation {
  display: none;
}
.post-comments .comment-list .comment .comment-body .comment-content p,
.post-comments .children .comment .comment-body .comment-content p {
  margin: 0 0 20px;
}
.post-comments .comment-list .comment .comment-body .reply a,
.post-comments .children .comment .comment-body .reply a {
  text-decoration: none;
}
.post-comments .comment-list .comment .comment-body .reply a,
.post-comments .children .comment .comment-body .reply a {
  font-size: 16px;
}
.post-comments .comment-list .comment .comment-body .reply a,
.post-comments .children .comment .comment-body .reply a {
  font-size: calc(1 + rem);
}
.post-comments .comment-list .comment .comment-body .reply a,
.post-comments .children .comment .comment-body .reply a {
  line-height: 24px;
}
.post-comments .comment-list .comment .comment-body .reply a,
.post-comments .children .comment .comment-body .reply a {
  line-height: calc(1.5 + rem);
}
.post-comments .comment-list .comment .comment-body .reply a,
.post-comments .children .comment .comment-body .reply a {
  font-weight: 700;
}
.post-comments .comment-list .comment .comment-body .reply a:before,
.post-comments .children .comment .comment-body .reply a:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 19px;
  height: 15px;
  background: url("../img/reply-icon.png") no-repeat center;
  background-size: contain;
}
.post-comments .comment-list .comment .comment-body .reply a:hover:before,
.post-comments .children .comment .comment-body .reply a:hover:before {
  transform: rotateZ(-90deg);
}
.post-comments .children .children .comment {
  padding-left: 0;
}
.post-comments .children .children .comment .comment-author > img {
  margin-right: 15px;
}
.post-comments .children .children .comment .comment-meta {
  margin-left: 0;
}

.default-page-wrap {
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .default-page-wrap {
    padding: 30px 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .default-page-wrap {
    padding: 50px 0 80px;
  }
}
.default-page-wrap .page-title {
  margin: 30px 0 25px;
  color: #343b43;
}
.default-page-wrap .page-title {
  font-size: 36px;
}
.default-page-wrap .page-title {
  font-size: calc(2.25 + rem);
}
.default-page-wrap .page-title {
  line-height: 44px;
}
.default-page-wrap .page-title {
  line-height: calc(2.75 + rem);
}
.default-page-wrap .page-title {
  font-weight: 700;
}
.default-page-wrap .page-desc {
  margin: 0;
}

.prefooter-cols {
  padding: 0 0 15px;
}
@media only screen and (min-width: 992px) {
  .prefooter-cols {
    margin-top: -15px;
  }
}
.prefooter-cols .editor {
  font-size: 14px;
}
.prefooter-cols .editor {
  font-size: calc(0.875 + rem);
}
.prefooter-cols .editor {
  line-height: 24px;
}
.prefooter-cols .editor {
  line-height: calc(1.5 + rem);
}
.prefooter-cols .editor {
  font-weight: 400;
}

.site-footer {
  margin-top: 50px;
  padding-top: 1rem;
  color: #ffffff;
  background-color: #00384F;
  background-image: url("/wp-content/themes/innovation-report-2/assets/dist/img/footer-bg.svg");
  background-size: 800px auto;
  background-position: -400px -100px;
}
.site-footer {
  font-size: 14px;
}
.site-footer {
  font-size: calc(0.875 + rem);
}
.site-footer {
  line-height: 16px;
}
.site-footer {
  line-height: calc(1 + rem);
}
.site-footer {
  font-weight: 400;
}
@media only screen and (min-width: 576px) {
  .site-footer {
    background-position: -60% -10%;
    background-size: 70% auto;
  }
  .site-footer {
    font-size: 24px;
  }
  .site-footer {
    font-size: calc(1.5 + rem);
  }
  .site-footer {
    line-height: 42px;
  }
  .site-footer {
    line-height: calc(2.625 + rem);
  }
  .site-footer {
    font-weight: 300;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer {
    padding-top: 3rem;
    background-position: -34% -34%;
    background-size: 40% auto;
  }
}
.site-footer h2 {
  margin: 0.83em 0;
}
.site-footer h2.wp-block-heading {
  font-size: 34px;
}
.site-footer h2.wp-block-heading {
  font-size: calc(2.125 + rem);
}
.site-footer h2.wp-block-heading {
  line-height: 43px;
}
.site-footer h2.wp-block-heading {
  line-height: calc(2.6875 + rem);
}
.site-footer h2.wp-block-heading {
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .site-footer h2 {
    margin: 0 0 1rem;
  }
  .site-footer h2.wp-block-heading {
    font-size: 16px;
  }
  .site-footer h2.wp-block-heading {
    font-size: calc(1 + rem);
  }
  .site-footer h2.wp-block-heading {
    line-height: 18px;
  }
  .site-footer h2.wp-block-heading {
    line-height: calc(1.125 + rem);
  }
  .site-footer h2.wp-block-heading {
    font-weight: 700;
  }
}
.site-footer .footer-logo {
  height: auto;
  width: 50%;
  margin-top: 7px;
}
@media only screen and (min-width: 576px) {
  .site-footer .footer-logo {
    width: auto;
  }
}
.site-footer .categories-footer-menu ul li a {
  font-size: 24px;
}
.site-footer .categories-footer-menu ul li a {
  font-size: calc(1.5 + rem);
}
.site-footer .categories-footer-menu ul li a {
  line-height: 42px;
}
.site-footer .categories-footer-menu ul li a {
  line-height: calc(2.625 + rem);
}
.site-footer .categories-footer-menu ul li a {
  font-weight: 300;
}
.site-footer .categories-footer-menu .col {
  margin-bottom: 36px;
}
.site-footer .footer-bottom-line {
  padding: 24px 0;
  margin-top: 92px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 576px) {
  .site-footer .footer-bottom-line {
    margin-top: 0;
  }
}
.site-footer .footer-bottom-line .social-links a {
  display: none;
}
.site-footer .footer-bottom-line .social-links a.icon {
  display: inline-block;
  height: 34px;
  width: 34px;
  margin-right: 36px;
  text-decoration: none;
  opacity: 0.5;
}
@media only screen and (max-width: 576px) {
  .site-footer .footer-bottom-line .social-links a.icon {
    height: 25px;
    width: 25px;
  }
}
.site-footer .footer-bottom-line .social-links a.icon:hover {
  opacity: 1;
}
.site-footer .footer-bottom-line .social-links a.icon:last-child {
  margin-right: 0;
}
.site-footer .footer-bottom-line .copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .footer-bottom-line .copyright {
  font-size: 16px;
}
.site-footer .footer-bottom-line .copyright {
  font-size: calc(1 + rem);
}
.site-footer .footer-bottom-line .copyright {
  line-height: 43px;
}
.site-footer .footer-bottom-line .copyright {
  line-height: calc(2.6875 + rem);
}
.site-footer .footer-bottom-line .copyright {
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .site-footer .footer-bottom-line .copyright {
    font-size: 23px;
  }
  .site-footer .footer-bottom-line .copyright {
    font-size: calc(1.4375 + rem);
  }
  .site-footer .footer-bottom-line .copyright {
    line-height: 43px;
  }
  .site-footer .footer-bottom-line .copyright {
    line-height: calc(2.6875 + rem);
  }
  .site-footer .footer-bottom-line .copyright {
    font-weight: 300;
  }
}

.sticky-wrapper {
  padding-top: 110px;
}

.site-header {
  background-color: #ffffff;
  width: 100vw;
  transition: all 0.2s ease-in-out;
}
.site-header .main-header .btn {
  padding: 10px 24px;
}
@media only screen and (min-width: 992px) {
  .site-header .main-header .btn {
    margin-left: 25px;
  }
}
.site-header .main-header .innoreports-search {
  position: relative;
  margin: 0 0 0 25px;
}
.site-header.sticky {
  position: fixed;
  top: 0;
  z-index: 150;
  box-shadow: 0 0 20px #999;
}
.site-header.sticky .main-header {
  padding-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .site-header {
    position: relative;
  }
}
.site-header.bg-gray {
  background-color: #F6F6F6;
}
.site-header.mega-menu-open {
  background-color: #ffffff !important;
}
.site-header.mega-menu-open .main-header {
  z-index: 100;
  background-color: #ffffff;
}
.site-header .site-branding a {
  position: relative;
  z-index: 100;
  padding: 5px 0;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .site-header .site-branding a {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .site-branding a {
    padding: 20px 0;
  }
}
.site-header .site-branding a svg {
  max-width: 100%;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu .menu-item.current-menu-item a, .menu .menu-item.current-post-ancestor a, .menu .menu-item.current-category-ancestor a, .menu .menu-item.current-menu-parent a {
  color: rgb(73.7586206897, 176.4620689655, 217.2413793103);
}
.menu .menu-item a {
  text-decoration: none;
}

.main-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .main-navigation {
    width: 100%;
    display: block;
    position: fixed;
    left: 0;
    z-index: 9;
    top: 47px;
    padding: 20px 0 10px;
    transform: translateY(calc(-100% - 47px));
    transition: transform 0.3s ease-in-out 0.1s;
  }
  .main-navigation > .container-increase {
    height: calc(100vh - 77px);
    opacity: 0;
    transition: 0.1s ease-in-out 0s;
    overflow: auto;
  }
  .main-navigation > .container-increase > .menu {
    margin-bottom: 20px;
  }
  .main-navigation > .container-increase > .menu .menu-item {
    margin: 0 0 10px;
  }
  .main-navigation > .container-increase > .menu .menu-item.wpml-ls-item {
    display: inline-block;
  }
  .main-navigation > .container-increase > .menu .menu-item.wpml-ls-item:last-of-type {
    margin-left: 15px;
  }
  .main-navigation > .container-increase > .menu .menu-item > a {
    color: #343b43;
  }
  .main-navigation > .container-increase > .menu .menu-item > a {
    font-size: 18px;
  }
  .main-navigation > .container-increase > .menu .menu-item > a {
    font-size: calc(1.125 + rem);
  }
  .main-navigation > .container-increase > .menu .menu-item > a {
    line-height: 26px;
  }
  .main-navigation > .container-increase > .menu .menu-item > a {
    line-height: calc(1.625 + rem);
  }
  .main-navigation > .container-increase > .menu .menu-item > a {
    font-weight: 700;
  }
  .main-navigation.menu-open .container-increase {
    opacity: 1;
    transition: 0.2s ease-in-out 0.3s;
  }
}
.main-navigation .main-menu {
  padding: 10px 0;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .main-navigation .main-menu {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .main-navigation .main-menu > .menu-item {
    margin-left: 25px;
  }
}
.main-navigation .main-menu > .menu-item.wpml-ls-item {
  display: inline-block;
}
.main-navigation .main-menu > .menu-item.wpml-ls-item:last-of-type {
  margin-left: 0;
}
.main-navigation .main-menu > .menu-item.current-menu-item > a, .main-navigation .main-menu > .menu-item.current-post-ancestor > a, .main-navigation .main-menu > .menu-item.current-category-ancestor > a, .main-navigation .main-menu > .menu-item.current-menu-parent > a {
  color: #2186AB;
}
.main-navigation .main-menu > .menu-item > a {
  color: #5d636a;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 1000px;
  padding: 8px;
  background-color: rgba(43, 43, 43, 0.04);
}
.main-navigation .main-menu > .menu-item > a {
  font-size: 14px;
}
.main-navigation .main-menu > .menu-item > a {
  font-size: calc(0.875 + rem);
}
.main-navigation .main-menu > .menu-item > a {
  line-height: 30px;
}
.main-navigation .main-menu > .menu-item > a {
  line-height: calc(1.875 + rem);
}
.main-navigation .main-menu > .menu-item > a {
  font-weight: 700;
}
.main-navigation .main-menu > .menu-item > a:hover {
  color: #2186AB;
}

.menu-item .menu-item-icon {
  vertical-align: middle;
}

.secondary-menu-wrap {
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  padding-right: 60px;
  align-items: center;
  position: relative;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .secondary-menu-wrap {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .secondary-menu-wrap {
    padding-right: 60px;
    border-top: 1px solid #cccccc;
  }
}
.secondary-menu-wrap.horizontal-sub-menu {
  margin-bottom: 50px;
}
.secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
}
.secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item ul.sub-menu li.menu-item a {
  padding: 20px 15px;
}
.secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item ul.sub-menu li.menu-item a {
  font-size: 16px;
}
.secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item ul.sub-menu li.menu-item a {
  font-size: calc(1 + rem);
}
.secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item ul.sub-menu li.menu-item a {
  line-height: 16px;
}
.secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item ul.sub-menu li.menu-item a {
  line-height: calc(1 + rem);
}
.secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item ul.sub-menu li.menu-item a {
  font-weight: 400;
}
.secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item ul.sub-menu li.menu-item a:first-child {
  padding-left: 0;
}
.secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item:hover ul.sub-menu {
  display: block;
  position: absolute;
}
.secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item ul.sub-menu:hover {
  display: block;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .secondary-menu-wrap.horizontal-sub-menu .menu-adaptive-wrap .menu .menu-item ul.sub-menu:hover:after {
    content: " ";
    position: absolute;
    background-color: transparent;
    height: 50px;
    width: 100%;
    margin-top: 50px;
    left: 0;
  }
}
.secondary-menu-wrap .secondary-menu {
  display: flex;
}
.secondary-menu-wrap .secondary-menu .menu-item {
  display: inline-block;
  flex-shrink: 0;
  /*@include media.m(lg) {
      padding: 0 6px;
  }
  @include media.m(xl) {
      padding: 0 15px;
  }*/
}
.secondary-menu-wrap .secondary-menu .menu-item:first-of-type {
  padding-left: 0;
}
.secondary-menu-wrap .secondary-menu .menu-item.current-post-ancestor, .secondary-menu-wrap .secondary-menu .menu-item.current-category-ancestor, .secondary-menu-wrap .secondary-menu .menu-item.current-menu-ancestor, .secondary-menu-wrap .secondary-menu .menu-item .current-menu-parent {
  font-weight: bold;
}
.secondary-menu-wrap .secondary-menu .menu-item.current-post-ancestor > a, .secondary-menu-wrap .secondary-menu .menu-item.current-category-ancestor > a, .secondary-menu-wrap .secondary-menu .menu-item.current-menu-ancestor > a, .secondary-menu-wrap .secondary-menu .menu-item .current-menu-parent > a {
  border-color: #2186AB;
  color: #2186AB;
}
.secondary-menu-wrap .secondary-menu .menu-item.current-post-ancestor > a:hover, .secondary-menu-wrap .secondary-menu .menu-item.current-category-ancestor > a:hover, .secondary-menu-wrap .secondary-menu .menu-item.current-menu-ancestor > a:hover, .secondary-menu-wrap .secondary-menu .menu-item .current-menu-parent > a:hover {
  color: #195D78;
}
.secondary-menu-wrap .secondary-menu .menu-item.current-menu-item > a {
  color: #2186AB;
}
.secondary-menu-wrap .secondary-menu .menu-item.current-post-parent {
  font-weight: bold;
}
.secondary-menu-wrap .secondary-menu .menu-item.current-post-parent > a {
  color: #2186AB;
  border-bottom: none;
}
.secondary-menu-wrap .secondary-menu .menu-item.current-post-parent > a:hover {
  color: #195D78;
}
.secondary-menu-wrap .secondary-menu .menu-item:hover > a {
  color: #2186AB;
}
.secondary-menu-wrap .secondary-menu .menu-item a {
  display: block;
  padding: 12px 10px;
  /*@include media.m(lg) {
      font-size: 13px;
      line-height: 26px;
  }
  @include media.m(xl) {
      font-size: 15px;
      line-height: 30px;
  }*/
}
.secondary-menu-wrap .secondary-menu .menu-item a {
  font-size: 18px;
}
.secondary-menu-wrap .secondary-menu .menu-item a {
  font-size: calc(1.125 + rem);
}
.secondary-menu-wrap .secondary-menu .menu-item a {
  line-height: 18px;
}
.secondary-menu-wrap .secondary-menu .menu-item a {
  line-height: calc(1.125 + rem);
}
.secondary-menu-wrap .secondary-menu .menu-item a {
  font-weight: 500;
}
.secondary-menu-wrap .secondary-menu .menu-item a .menu-item-title {
  display: inline-block;
  vertical-align: middle;
}
.secondary-menu-wrap .secondary-menu .menu-item a .menu-item-icon {
  padding: 0 8px 0 0;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  .secondary-menu-wrap .secondary-menu .menu-item a .menu-item-icon {
    height: 24px;
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .secondary-menu-wrap .secondary-menu .menu-item a .menu-item-icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .secondary-menu-wrap .secondary-menu .menu-item a {
    padding: 24px 10px;
  }
  .secondary-menu-wrap .secondary-menu .menu-item a {
    font-size: 18px;
  }
  .secondary-menu-wrap .secondary-menu .menu-item a {
    font-size: calc(1.125 + rem);
  }
  .secondary-menu-wrap .secondary-menu .menu-item a {
    line-height: 18px;
  }
  .secondary-menu-wrap .secondary-menu .menu-item a {
    line-height: calc(1.125 + rem);
  }
  .secondary-menu-wrap .secondary-menu .menu-item a {
    font-weight: 500;
  }
}
.secondary-menu-wrap .secondary-menu .menu-item a {
  border-bottom: 3px solid transparent;
}
.secondary-menu-wrap .secondary-menu .menu-item a {
  color: #000000;
}
.secondary-menu-wrap .secondary-menu .menu-item a:hover {
  color: #2186AB;
}
.secondary-menu-wrap .secondary-menu > .menu-item.current-menu-item, .secondary-menu-wrap .secondary-menu > .menu-item.current-post-ancestor, .secondary-menu-wrap .secondary-menu > .menu-item.current-category-ancestor {
  font-weight: bold;
}
.secondary-menu-wrap .secondary-menu > .menu-item.current-menu-item > a, .secondary-menu-wrap .secondary-menu > .menu-item.current-post-ancestor > a, .secondary-menu-wrap .secondary-menu > .menu-item.current-category-ancestor > a {
  border-color: #2186AB;
  color: #2186AB;
}
.secondary-menu-wrap .secondary-menu > .menu-item.current-menu-item > a:hover, .secondary-menu-wrap .secondary-menu > .menu-item.current-post-ancestor > a:hover, .secondary-menu-wrap .secondary-menu > .menu-item.current-category-ancestor > a:hover {
  color: #195D78;
}
.secondary-menu-wrap #more {
  display: none;
  float: right;
  /*@include media.m(lg) {
      padding: 13px 5px;
  }
  @include media.m(xl) {
      padding: 13px 12px;
  }
  @include media.m(xxl) {
      padding: 13px 25px;
  }*/
}
.secondary-menu-wrap #more span {
  padding: 30px 10px;
  color: #195D78;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  /*@include media.m(lg) {
      font-size: 13px;
      line-height: 26px;
  }
  @include media.m(xl) {
      font-size: 15px;
      line-height: 30px;
  }*/
}
.secondary-menu-wrap #more span {
  font-size: 16px;
}
.secondary-menu-wrap #more span {
  font-size: calc(1 + rem);
}
.secondary-menu-wrap #more span {
  line-height: 28px;
}
.secondary-menu-wrap #more span {
  line-height: calc(1.75 + rem);
}
.secondary-menu-wrap #more span {
  font-weight: 500;
}
.secondary-menu-wrap #more span:hover {
  cursor: pointer;
}
.secondary-menu-wrap #more span:after {
  content: "";
  flex-shrink: 0;
  margin-left: 12px;
  border-top: 5px solid #2186AB;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
@media only screen and (min-width: 992px) {
  .secondary-menu-wrap #more span:after {
    margin-left: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .secondary-menu-wrap #more span:after {
    margin-left: 12px;
  }
}
.secondary-menu-wrap .overflow {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  transform-origin: top center;
  z-index: 3;
  list-style: none;
  margin: 0;
}
.secondary-menu-wrap .overflow .menu-item {
  background-color: #f8f8f9;
  border-left: 1px solid #c9cacc;
  border-right: 1px solid #c9cacc;
}
.secondary-menu-wrap .overflow .menu-item:first-of-type {
  border-top: 1px solid #c9cacc;
}
.secondary-menu-wrap .overflow .menu-item:last-of-type {
  border-bottom: 1px solid #c9cacc;
}
.secondary-menu-wrap .overflow .menu-item.current-menu-item > a, .secondary-menu-wrap .overflow .menu-item.current-post-ancestor > a, .secondary-menu-wrap .overflow .menu-item.current-category-ancestor > a, .secondary-menu-wrap .overflow .menu-item.current-menu-parent > a {
  background-color: #195D78;
  color: #ffffff;
}
.secondary-menu-wrap .overflow .menu-item a {
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  color: #5d636a;
  white-space: nowrap;
}
.secondary-menu-wrap .overflow .menu-item a {
  font-size: 15px;
}
.secondary-menu-wrap .overflow .menu-item a {
  font-size: calc(0.9375 + rem);
}
.secondary-menu-wrap .overflow .menu-item a {
  line-height: 28px;
}
.secondary-menu-wrap .overflow .menu-item a {
  line-height: calc(1.75 + rem);
}
.secondary-menu-wrap .overflow .menu-item a {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .secondary-menu-wrap .overflow .menu-item a {
    font-size: 15px;
    line-height: 28px;
  }
}
.secondary-menu-wrap .overflow .menu-item a:hover {
  color: #2186AB;
}

.main-nav-extended {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 115px 0 15px;
  z-index: 2;
  transform: rotateX(90deg);
  transform-origin: top center;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
  min-height: 480px;
  /*.menu-extended {
      padding: 0;
      margin: 0 0 40px;
      list-style: none;
      @include media.m(xl) {
          margin-bottom: 70px;
      }

      & > .menu-item {
          display: block;
          margin-bottom: 10px;
          @include media.m(xl) {
              margin-bottom: 20px;
          }

           &.current-menu-item, &.current-post-ancestor, &.current-category-ancestor, &.current-menu-parent {
              & > a {
                  color: colors.$innoreports-primary-light-hover;
              }
          }

          & > a {
              display: inline-block;
              @include font-typography.ff(18, 26, 700);
              color: colors.$grey-600;
              text-decoration: none;
              text-transform: uppercase;
              @include mixins-master.tr();

              &:hover {
                  color: colors.$innoreports-primary-light-hover;
              }
          }

          .sub-menu {
              .menu-item {
                  a {
                      @include font-typography.ff(16, 24, 500);
                      text-transform: none;
                  }
              }
          }
      }
  }*/
  /*.nachrichten-berichte {
      margin: 0 0 30px;
      @include media.m(lg) {
          margin-bottom: 50px;
      }

      .nachrichten-berichte-menu {
          @include media.m(lg) {
              column-count: 3;
          }
          @include media.m(xl) {
              column-count: 4;
          }

          & > .menu-item {
              margin-bottom: 10px;

               &.current-menu-item, &.current-post-ancestor, &.current-category-ancestor, &.current-menu-parent {
                  a {
                      color: colors.$innoreports-primary-light;
                  }
              }

              & > a {
                  @include font-typography.ff(18, 26, 400);
                  color: colors.$grey-600;
                  display: inline-block;
                  @include mixins-master.tr();
                  @include media.m(lg) {
                      @include font-typography.ff(14, 25, 400);
                  }
                  @include media.m(xxl) {
                      @include font-typography.ff(18, 26, 400);
                  }

                  &:hover {
                      color: colors.$innoreports-primary-light-hover;
                  }
              }
          }
      }
  }

  .actual-news {
      display: none;
      @include media.m(lg) {
          display: block;
      }

      .posts-list {
          column-count: 4;
          margin: 0;
          padding: 0;
          list-style: none;

          .post-thumb {
              margin-bottom: 15px;
          }

          .post-title {
              @include font-typography.ff(18, 26, 700);
              color: colors.$grey-600;
              margin: 0;
              @include media.m(lg) {
                  @include font-typography.ff(15, 25, 700);
              }
              @include media.m(xl) {
                  @include font-typography.ff(18, 26, 700);
              }
          }
      }
  }*/
}
.main-nav-extended .secondary-menu-wrap.mega-menu {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu {
    transition: all ease-in-out 0.8s;
    padding-bottom: 16px;
    height: 0;
  }
}
@media only screen and (max-width: 576px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu {
    padding-bottom: 14px;
  }
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu {
  max-width: 100%;
  overflow-x: hidden;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu {
    flex-direction: row;
  }
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item {
  width: 100%;
  padding: 0;
  overflow: hidden;
  /*&:after{
          content: "";
          position: absolute;
          width: auto;
          height: 100%;
          top: 0;
          z-index: -1;
          background-image: url("/wp-content/themes/innovation-report/assets/dist/img/arrow-right.svg");
          background-repeat: no-repeat;
          //transform: rotate(30deg);
  }*/
  /*.arrow{
      height: 24px;
      background-image: url("/wp-content/themes/innovation-report/assets/dist/img/arrow-right.svg");
      background-size: auto 100%;
      display: inline-block;
      width: 24px;
      //position: absolute;
      right: 0;
      vertical-align: middle;
  }*/
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item:before {
  content: url("/wp-content/themes/innovation-report-2/assets/dist/img/arrow-right.svg");
  display: block;
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
  float: right;
  position: static;
  right: 10px;
  margin-top: 16px;
  margin-right: 10px;
  transition: transform 0.1s ease-in-out 0.1s;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 576px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item:before {
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item:before {
    display: none;
  }
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.open:before {
  transform: rotate(90deg);
}
@media only screen and (min-width: 1200px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item {
    max-width: 16%;
  }
}
@media only screen and (min-width: 1500px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item {
    max-width: 240px;
  }
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .menu-item-title {
  max-width: calc(100% - 32px);
  vertical-align: middle;
  display: inline-block;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .menu-item-title span {
  display: inline-block;
  vertical-align: middle;
  overflow-wrap: break-word;
  line-height: 14px;
}
@media only screen and (min-width: 576px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .menu-item-title {
    display: inline-block;
    height: 36px;
  }
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .menu-item-title span {
    height: 36px;
  }
}
@media only screen and (min-width: 1500px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .menu-item-title {
    display: inline-block;
  }
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item a {
  vertical-align: middle;
  display: inline-block;
  overflow-wrap: break-word;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item a.hidden {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item a {
    display: block;
    padding: 18px 10px 32px;
  }
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.current-menu-item a, .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.current-post-ancestor a, .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.current-category-ancestor a, .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.current-menu-parent a {
  border: none;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu {
  margin: 0;
  padding: 0;
  max-height: 0;
  transition: height 0.1s ease-in-out 0.1s;
}
@media only screen and (min-width: 1200px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu {
    padding: 0;
    height: auto;
    max-height: 100%;
  }
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
  color: #2d2e2f;
  padding: 12px 10px;
  border: none;
  text-transform: none;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
  font-size: 16px;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
  font-size: calc(1 + rem);
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
  line-height: 24px;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
  line-height: calc(1.5 + rem);
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
    padding: 16px 10px;
  }
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
    font-size: 16px;
  }
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
    font-size: calc(1 + rem);
  }
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
    line-height: 24px;
  }
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
    line-height: calc(1.5 + rem);
  }
  .main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a {
    font-weight: 500;
  }
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a:hover {
  border: none;
  color: #2186AB;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a img {
  display: none;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item .sub-menu .menu-item a .menu-item-title {
  max-width: calc(100% - 26px);
  vertical-align: middle;
  overflow-wrap: break-word;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.open .sub-menu {
  padding: 0 0 24px;
  max-height: 500px;
  transition: all 0.1s ease-in-out 0.1s;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.open .sub-menu .menu-item {
  display: block;
  transition: all 0.1s ease-in-out 0.1s;
  padding: 5px 0;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.open .sub-menu .menu-item.current-menu-item > a {
  color: #2186AB;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.open .sub-menu .menu-item.current-post-parent {
  font-weight: bold;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.open .sub-menu .menu-item.current-post-parent > a {
  color: #2186AB;
  border-bottom: none;
}
.main-nav-extended .secondary-menu-wrap.mega-menu .secondary-menu > .menu-item.open .sub-menu .menu-item.current-post-parent > a:hover {
  color: #195D78;
}
.main-nav-extended .mega-menu-footer {
  padding: 9px 0;
}
@media only screen and (min-width: 576px) {
  .main-nav-extended .mega-menu-footer {
    padding: 15px 0;
  }
}
.main-nav-extended.menu-open {
  transform: rotateX(0);
}
@media only screen and (min-width: 1200px) {
  .main-nav-extended.menu-open .mega-menu {
    height: auto;
  }
  .main-nav-extended.menu-open .mega-menu .secondary-menu > .menu-item a {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .main-nav-extended.menu-open {
    border-radius: 0 0 20px 20px;
  }
}
.main-nav-extended .block-title {
  color: #2186AB;
  margin: 0 0 20px;
}
.main-nav-extended .block-title {
  font-size: 18px;
}
.main-nav-extended .block-title {
  font-size: calc(1.125 + rem);
}
.main-nav-extended .block-title {
  line-height: 26px;
}
.main-nav-extended .block-title {
  line-height: calc(1.625 + rem);
}
.main-nav-extended .block-title {
  font-weight: 700;
}
.main-nav-extended .header-bottom-col.header-social-links a {
  display: none;
}
.main-nav-extended .header-bottom-col.header-social-links a.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 4px 10px;
  text-decoration: none;
  opacity: 1;
}
.main-nav-extended .header-bottom-col.header-social-links a.icon:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 576px) {
  .main-nav-extended .header-bottom-col.header-social-links a.icon:last-child {
    margin-right: 0;
  }
}
.main-nav-extended .header-bottom-col.lang-menu img {
  height: 40px !important;
  width: 40px !important;
}

.mega-menu-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(45, 46, 47, 0.5);
  z-index: 99;
  margin: auto;
  display: none;
}
.mega-menu-mask.show {
  display: block;
}

.footer-main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer-main-menu {
    margin-bottom: 15px;
    margin-left: auto;
    text-align: right;
    margin-bottom: 0;
    justify-content: flex-end;
  }
}
.footer-main-menu .menu-item {
  margin: 0 10px;
}
@media only screen and (min-width: 992px) {
  .footer-main-menu .menu-item {
    margin: 0 20px;
  }
}
.footer-main-menu .menu-item:first-of-type {
  margin-left: 0;
}
.footer-main-menu .menu-item:last-of-type {
  margin-right: 0;
}
.footer-main-menu .menu-item a {
  color: #ffffff;
}
.footer-main-menu .menu-item a {
  font-size: 16px;
}
.footer-main-menu .menu-item a {
  font-size: calc(1 + rem);
}
.footer-main-menu .menu-item a {
  line-height: 43px;
}
.footer-main-menu .menu-item a {
  line-height: calc(2.6875 + rem);
}
.footer-main-menu .menu-item a {
  font-weight: 300;
}
.footer-main-menu .menu-item a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.categories-footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories-footer-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.categories-footer-menu ul li a {
  font-size: 16px;
}
.categories-footer-menu ul li a {
  font-size: calc(1 + rem);
}
.categories-footer-menu ul li a {
  line-height: 30px;
}
.categories-footer-menu ul li a {
  line-height: calc(1.875 + rem);
}
.categories-footer-menu ul li a {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .categories-footer-menu ul li a {
    font-size: 14px;
  }
  .categories-footer-menu ul li a {
    font-size: calc(0.875 + rem);
  }
  .categories-footer-menu ul li a {
    line-height: 28px;
  }
  .categories-footer-menu ul li a {
    line-height: calc(1.75 + rem);
  }
  .categories-footer-menu ul li a {
    font-weight: 400;
  }
}
@media only screen and (min-width: 1200px) {
  .categories-footer-menu ul li a {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1500px) {
  .categories-footer-menu ul li a {
    font-size: 16px;
  }
  .categories-footer-menu ul li a {
    font-size: calc(1 + rem);
  }
  .categories-footer-menu ul li a {
    line-height: 30px;
  }
  .categories-footer-menu ul li a {
    line-height: calc(1.875 + rem);
  }
  .categories-footer-menu ul li a {
    font-weight: 400;
  }
}
.categories-footer-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header-menu-ham {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9;
  transition: transform 0.1s ease-in-out 0.1s;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .header-menu-ham {
    margin-left: 25px;
  }
}
.header-menu-ham:hover {
  cursor: pointer;
}
.header-menu-ham:before, .header-menu-ham:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 4px;
  background-color: transparent;
}
.header-menu-ham:before {
  top: 12px;
  transform: translate(-50%, calc(-50% - 3px));
  transition: transform 0.2s ease-in-out 0s;
}
.header-menu-ham:after {
  top: 21px;
  transform: translate(-50%, calc(-50% + 3px));
  transition: transform 0.2s ease-in-out 0s;
}
.header-menu-ham.icon-ham {
  background-image: url("/wp-content/themes/innovation-report-2/assets/dist/img/hamburger.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 30px;
  min-width: 30px;
  display: block;
}
.header-menu-ham.icon-ham.open {
  background-image: url("/wp-content/themes/innovation-report-2/assets/dist/img/close.svg");
}
.header-menu-ham.icon-ham.open:before, .header-menu-ham.icon-ham.open:after {
  display: none;
}
.header-menu-ham.open {
  transform: rotateZ(90deg);
}
.header-menu-ham.open:before {
  transform: translate(-50%, -50%) rotateZ(-45deg);
  transition: transform 0.2s ease-in-out 0.1s;
}
.header-menu-ham.open:after {
  transform: translate(-50%, -50%) rotateZ(-135deg);
  transition: transform 0.2s ease-in-out 0.1s;
}
.header-menu-ham.open:before, .header-menu-ham.open:after {
  top: 50%;
  background-color: #2186AB;
}
.header-menu-ham.open .line {
  display: none;
  background-color: transparent;
}
.header-menu-ham .line {
  margin-top: 2x;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #2186AB;
}
.header-menu-ham .line:first-child {
  margin-top: 0;
}

.partners-logos-s {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .partners-logos-s {
    margin-bottom: 80px;
  }
}
.partners-logos-s .partners-logos {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0 -8px;
}
.partners-logos-s .partners-logos:before, .partners-logos-s .partners-logos:after {
  content: "";
  width: 100%;
  flex-shrink: 0;
  height: 1px;
  margin-bottom: 30px;
  background-color: #93969a;
  padding: 0 8px;
  background-clip: content-box;
}
.partners-logos-s .partners-logos:after {
  margin-bottom: 0;
  margin-top: 15px;
}
.partners-logos-s .partners-logos li {
  margin: 0 8px 10px;
  max-width: 45%;
}
@media only screen and (min-width: 992px) {
  .partners-logos-s .partners-logos li {
    max-width: none;
    margin-bottom: 20px;
  }
}

.site-header {
  /*.search-form {
  	@include media.m(lg) {
  		background-color: rgba(colors.$innoscripta-primary-light, 0.3);
  		padding: 7px;
  		line-height: 0;
  		margin-right: 0;
  		margin-left: auto;
  		position: absolute;
  		top: 50%;
  		right: 0;
  		transform: translateY(-50%);
  	}
  	@include media.r(991) {
  		display: flex;
  		flex-wrap: wrap;
  	}
  	& > label {
  		position: relative;
  		display: inline-block;
  		line-height: 0;

  		!*@include media.r(991) {
  			color: colors.$innoscripta-primary-light;
  			flex-grow: 1;
  		}*!

  		!*&:after {
  			content: "";
  			background-color: colors.$innoscripta-primary-light;
  			//background: colors.$w;
  			width: 2px;
  			height: 7px;
  			position: absolute;
  			bottom: -3px;
  			right: 0;
  			transform: rotate(135deg);
  			display: block;
  		}*!

  		.search-field {
  			display: block;
  			font-size: 16px;
  			outline: none;
  			margin-bottom: 0;
  			background-color: transparent;
  			color: colors.$innoscripta-primary-light;

  			@include media.m(lg) {
  				width: 16px;
  				height: 16px;
  				padding: 0 5px;
  				border-radius: 8px;
  				transition: all 0.5s ease-in-out 0s, height .5s ease-in-out 0s;
  				@include font-typography.ff(16, 22, 500);
  				//color: colors.$w;
  				color: colors.$innoscripta-primary-light;
  				border: solid 2px colors.$w;
  			}
  			@include mixins-master.placeholder {
  				color: colors.$innoscripta-primary-light;
  				//opacity: .8;
  			}

  			&:hover {
  				cursor: pointer;
  			}

  			&:focus {
  				@include media.m(lg) {
  					width: 250px;
  					height: 30px;
  					border-radius: 10px;
  				}
  			}
  		}
  	}

  	.search-submit {
  		@include media.m(lg) {
  			display: none;
  		}
  	}
  }*/
}
.site-header .innoreports-search {
  border-radius: 1000px;
  top: 0;
  right: 0;
  padding: 0;
  background-color: #ffffff;
  color: #2186AB;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid #cccccc;
  /*&.open {
  	@include media.m(xl) {
  		width: fit-content;
  		text-align: center;
  		cursor: default;

  		.icon {
  			//display: inline;
  		}

  		input {
  			width: calc(100% - 68px);
  		}
  	}
  }*/
}
@media only screen and (min-width: 1200px) {
  .site-header .innoreports-search {
    position: absolute;
    margin: 15px 0;
  }
}
.site-header .innoreports-search * {
  display: inline;
}
.site-header .innoreports-search form {
  display: block;
  height: 46px;
  margin: 0;
}
.site-header .innoreports-search form .icon {
  height: 22px;
  display: inline;
  vertical-align: middle;
  margin: 10px 10px 10px 15px;
}
@media only screen and (min-width: 1500px) {
  .site-header .innoreports-search form .icon {
    margin: 10px 10px 10px 15px;
  }
}
.site-header .innoreports-search form input {
  font-size: large;
  color: #2186AB;
  width: calc(100% - 68px);
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 46px;
  transition: all 0.2 ease-in-out;
  vertical-align: middle;
}
.site-header .innoreports-search form input::placeholder {
  vertical-align: middle;
  font-size: large;
  font-style: normal;
  color: #cccccc;
}
@media only screen and (min-width: 1200px) {
  .site-header .secondary-menu-wrap .innoreports-search form input {
    width: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .site-header .secondary-menu-wrap .innoreports-search form input {
    width: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header .secondary-menu-wrap .innoreports-search.open {
    width: fit-content;
    text-align: center;
    cursor: default;
  }
  .site-header .secondary-menu-wrap .innoreports-search.open input {
    width: calc(100% - 68px);
  }
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.search-form label {
  flex-grow: 1;
}
.search-form .search-submit {
  flex-shrink: 0;
  margin-left: 10px;
}

.single-content {
  padding-top: 15px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .single-content {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}
.single-content .shariff {
  margin: 0 0 30px;
}
.single-article .thumb-caption, .single-article .thumb-caption p {
  margin: 5px 0;
  color: #575d64;
}
.single-article .thumb-caption, .single-article .thumb-caption p {
  font-size: 14px;
}
.single-article .thumb-caption, .single-article .thumb-caption p {
  font-size: calc(0.875 + rem);
}
.single-article .thumb-caption, .single-article .thumb-caption p {
  line-height: 18px;
}
.single-article .thumb-caption, .single-article .thumb-caption p {
  line-height: calc(1.125 + rem);
}
.single-article .thumb-caption, .single-article .thumb-caption p {
  font-weight: 400;
}
.single-article .content {
  margin: 14px 0;
}
.single-article .content {
  font-size: 20px;
}
.single-article .content {
  font-size: calc(1.25 + rem);
}
.single-article .content {
  line-height: 28px;
}
.single-article .content {
  line-height: calc(1.75 + rem);
}
.single-article .content {
  font-weight: 500;
}
.single-article .content p {
  margin-bottom: 24px;
}
.single-article .content h2 {
  margin-top: 0;
}
@media only screen and (max-width: 576px) {
  .single-article .content {
    font-size: 16px;
  }
  .single-article .content {
    font-size: calc(1 + rem);
  }
  .single-article .content {
    line-height: 24px;
  }
  .single-article .content {
    line-height: calc(1.5 + rem);
  }
  .single-article .content {
    font-weight: 400;
  }
  .single-article .content h2 {
    font-size: 20px;
  }
  .single-article .content h2 {
    font-size: calc(1.25 + rem);
  }
  .single-article .content h2 {
    line-height: 28px;
  }
  .single-article .content h2 {
    line-height: calc(1.75 + rem);
  }
  .single-article .content h2 {
    font-weight: 500;
  }
  .single-article .content p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .single-article {
    margin-bottom: 28px;
  }
}

.post-categories ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.post-categories ul li {
  color: #f88031;
}
.post-categories ul li:after {
  content: ", ";
  display: inline-block;
  margin-right: 5px;
}
.post-categories ul li:last-of-type:after {
  display: none;
}
.post-categories ul li a {
  text-decoration: none;
  background: linear-gradient(#f88031, #f88031) no-repeat center bottom;
  background-size: 0 1px;
}
.post-categories ul li a {
  font-size: 14px;
}
.post-categories ul li a {
  font-size: calc(0.875 + rem);
}
.post-categories ul li a {
  line-height: 22px;
}
.post-categories ul li a {
  line-height: calc(1.375 + rem);
}
.post-categories ul li a {
  font-weight: 400;
}
.post-categories ul li a:hover {
  background-size: 100% 1px;
}

.post-date {
  font-style: italic;
  color: #afafaf;
  margin-bottom: 20px;
  display: inline-block;
}
.post-date {
  font-size: 14px;
}
.post-date {
  font-size: calc(0.875 + rem);
}
.post-date {
  line-height: 22px;
}
.post-date {
  line-height: calc(1.375 + rem);
}
.post-date {
  font-weight: 400;
}

.post-title {
  color: #343b43;
}
.post-title {
  font-size: 28px;
}
.post-title {
  font-size: calc(1.75 + rem);
}
.post-title {
  line-height: 36px;
}
.post-title {
  line-height: calc(2.25 + rem);
}
.post-title {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .post-title {
    font-size: 32px;
  }
  .post-title {
    font-size: calc(2 + rem);
  }
  .post-title {
    line-height: 40px;
  }
  .post-title {
    line-height: calc(2.5 + rem);
  }
  .post-title {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .post-title {
    font-size: 36px;
  }
  .post-title {
    font-size: calc(2.25 + rem);
  }
  .post-title {
    line-height: 44px;
  }
  .post-title {
    line-height: calc(2.75 + rem);
  }
  .post-title {
    font-weight: 700;
  }
}

.single-thumb {
  display: block;
  margin: 0 0 25px;
}
.single-thumb .thumb-caption {
  margin: 5px 0 0;
}
.single-thumb .thumb-caption {
  font-size: 14px;
}
.single-thumb .thumb-caption {
  font-size: calc(0.875 + rem);
}
.single-thumb .thumb-caption {
  line-height: 18px;
}
.single-thumb .thumb-caption {
  line-height: calc(1.125 + rem);
}
.single-thumb .thumb-caption {
  font-weight: 400;
}

.media-contact-wrap {
  border: 1px solid #c9cacc;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .media-contact-wrap {
    margin-bottom: 40px;
  }
}
.media-contact-wrap .media-contact-box {
  padding: 15px 20px;
}
@media only screen and (min-width: 992px) {
  .media-contact-wrap .media-contact-box {
    padding: 15px 30px 20px;
  }
}
.media-contact-wrap .media-contact-box + .media-contact-box {
  border-top: 1px solid #c9cacc;
  padding-bottom: 15px;
}
.media-contact-wrap .media-contact-box.bottom {
  list-style: none;
  margin: 0;
}
.media-contact-wrap .media-contact-box.bottom .media-contact-title {
  margin-bottom: 5px;
}
.media-contact-wrap .media-contact-box .media-contact-title {
  margin: 0 0 15px;
  color: #343b43;
}
.media-contact-wrap .media-contact-box .media-contact-title {
  font-size: 18px;
}
.media-contact-wrap .media-contact-box .media-contact-title {
  font-size: calc(1.125 + rem);
}
.media-contact-wrap .media-contact-box .media-contact-title {
  line-height: 26px;
}
.media-contact-wrap .media-contact-box .media-contact-title {
  line-height: calc(1.625 + rem);
}
.media-contact-wrap .media-contact-box .media-contact-title {
  font-weight: 700;
}
.media-contact-wrap .media-contact-box .media-contact-label {
  display: block;
}
.media-contact-wrap .media-contact-box .media-contact-item {
  color: currentColor;
  text-decoration: none;
}
.media-contact-wrap .media-contact-box .media-contact-item:hover {
  color: #f88031;
}
.media-contact-wrap .media-contact-box .website-url {
  font-weight: 700;
  text-decoration: none;
}

.current-cat-box {
  padding: 10px;
  background-color: #f0f0f0;
  text-decoration: none;
  color: currentColor;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .current-cat-box {
    padding: 10px 20px 20px 30px;
    margin-bottom: 40px;
  }
}
.current-cat-box:after {
  content: "";
  width: 42px;
  height: 30px;
  padding-left: 12px;
  background: url("../img/orange-right-arrow.png") no-repeat left 4px center, linear-gradient(90deg, #4c525a, #4c525a) right center no-repeat;
  background-size: auto, 30px 100%;
  flex-shrink: 0;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) {
  .current-cat-box:after {
    margin-left: 40px;
  }
}
.current-cat-box > div {
  flex-grow: 1;
}
.current-cat-box:hover {
  border-color: #c9cacc;
}
.current-cat-box:hover:after {
  background-position: right center, left center;
}
.current-cat-box .title-line {
  margin: 0 0 10px;
}
.current-cat-box .title-line span {
  font-weight: 700;
  color: #f88031;
}
.current-cat-box .editor *:last-child {
  margin-bottom: 0;
}
.current-cat-box .editor p {
  margin: 0 0 20px;
}
.current-cat-box .editor p {
  font-size: 16px;
}
.current-cat-box .editor p {
  font-size: calc(1 + rem);
}
.current-cat-box .editor p {
  line-height: 20px;
}
.current-cat-box .editor p {
  line-height: calc(1.25 + rem);
}
.current-cat-box .editor p {
  font-weight: 400;
}

.post-navigation {
  border-top: 1px solid #c9cacc;
  padding-top: 20px;
  margin-bottom: 30px;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.post-navigation .nav-links a {
  text-decoration: none;
}
.post-navigation .nav-links a {
  font-size: 16px;
}
.post-navigation .nav-links a {
  font-size: calc(1 + rem);
}
.post-navigation .nav-links a {
  line-height: 24px;
}
.post-navigation .nav-links a {
  line-height: calc(1.5 + rem);
}
.post-navigation .nav-links a {
  font-weight: 700;
}
.post-navigation .nav-links .nav-previous a {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.post-navigation .nav-links .nav-previous a:before {
  content: "";
  width: 18px;
  height: 13px;
  background: url("../img/prev-post-arrow.png") no-repeat center;
  background-size: contain;
  margin-right: 15px;
}
.post-navigation .nav-links .nav-previous a:hover:before {
  transform: translateX(-10px);
}
.post-navigation .nav-links .nav-next {
  margin-right: 0;
  margin-left: auto;
}
.post-navigation .nav-links .nav-next a {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.post-navigation .nav-links .nav-next a:after {
  content: "";
  width: 18px;
  height: 13px;
  background: url("../img/next-post-arrow.png") no-repeat center;
  background-size: contain;
  margin-left: 15px;
}
.post-navigation .nav-links .nav-next a:hover:after {
  transform: translateX(10px);
}

.latest-posts-cat {
  margin-bottom: 35px;
  border-bottom: 1px solid #c9cacc;
}
.latest-posts-cat .with-border > div:nth-last-child(1) .same-cat-post, .latest-posts-cat .with-border > div:nth-last-child(2) .same-cat-post {
  border-bottom: 0;
  margin-bottom: 0;
}

.back-to-home {
  display: block;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .back-to-home {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .back-to-home {
    margin-bottom: 80px;
  }
}

.sidebar-indent-box {
  padding-left: 40px;
}

.same-cat-post {
  display: flex;
  text-decoration: none;
  color: currentColor;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9cacc;
  margin-bottom: 20px;
}
.same-cat-post .same-cat-post-thumb {
  flex-shrink: 0;
  margin-right: 12px;
}
.same-cat-post .same-cat-post-thumb.with-video-icon {
  position: relative;
}
.same-cat-post .same-cat-post-thumb.with-video-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: url("../img/video-play-btn.png") no-repeat center;
  background-size: contain;
}
.same-cat-post .same-cat-post-thumb img {
  display: block;
}
.same-cat-post .post-detail .post-permalink:hover .same-cat-post-title {
  color: #f88031;
}
.same-cat-post .post-detail .same-cat-post-title {
  margin: 0 0 3px;
  color: #343b43;
}
.same-cat-post .post-detail .same-cat-post-title {
  font-size: 16px;
}
.same-cat-post .post-detail .same-cat-post-title {
  font-size: calc(1 + rem);
}
.same-cat-post .post-detail .same-cat-post-title {
  line-height: 20px;
}
.same-cat-post .post-detail .same-cat-post-title {
  line-height: calc(1.25 + rem);
}
.same-cat-post .post-detail .same-cat-post-title {
  font-weight: 700;
}
.same-cat-post .post-detail .info-line {
  font-style: italic;
  color: #afafaf;
}
.same-cat-post .post-detail .info-line {
  font-size: 12px;
}
.same-cat-post .post-detail .info-line {
  font-size: calc(0.75 + rem);
}
.same-cat-post .post-detail .info-line {
  line-height: 16px;
}
.same-cat-post .post-detail .info-line {
  line-height: calc(1 + rem);
}
.same-cat-post .post-detail .info-line {
  font-weight: 400;
}
.same-cat-post .post-detail .info-line span {
  display: inline-block;
  margin: 0 5px;
}
.same-cat-post .post-detail .info-line a {
  font-style: normal;
}
.same-cat-post .post-detail .info-line a {
  font-size: 14px;
}
.same-cat-post .post-detail .info-line a {
  font-size: calc(0.875 + rem);
}
.same-cat-post .post-detail .info-line a {
  line-height: 16px;
}
.same-cat-post .post-detail .info-line a {
  line-height: calc(1 + rem);
}
.same-cat-post .post-detail .info-line a {
  font-weight: 400;
}

.latest-posts {
  border-top: 3px solid #c6c6c6;
  padding-top: 35px;
}

.latest-news-title {
  margin: 0 0 40px;
  text-align: center;
  color: #f88031;
}
.latest-news-title {
  font-size: 28px;
}
.latest-news-title {
  font-size: calc(1.75 + rem);
}
.latest-news-title {
  line-height: 36px;
}
.latest-news-title {
  line-height: calc(2.25 + rem);
}
.latest-news-title {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .latest-news-title {
    font-size: 32px;
  }
  .latest-news-title {
    font-size: calc(2 + rem);
  }
  .latest-news-title {
    line-height: 40px;
  }
  .latest-news-title {
    line-height: calc(2.5 + rem);
  }
  .latest-news-title {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .latest-news-title {
    font-size: 36px;
  }
  .latest-news-title {
    font-size: calc(2.25 + rem);
  }
  .latest-news-title {
    line-height: 44px;
  }
  .latest-news-title {
    line-height: calc(2.75 + rem);
  }
  .latest-news-title {
    font-weight: 700;
  }
}

@media only screen and (min-width: 992px) {
  .back-to-blog-wrap {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1500px) {
  .back-to-blog-wrap {
    margin-top: 50px;
  }
}
.back-to-blog-wrap .back-to-blog {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.back-to-blog-wrap .back-to-blog {
  font-size: 16px;
}
.back-to-blog-wrap .back-to-blog {
  font-size: calc(1 + rem);
}
.back-to-blog-wrap .back-to-blog {
  line-height: 24px;
}
.back-to-blog-wrap .back-to-blog {
  line-height: calc(1.5 + rem);
}
.back-to-blog-wrap .back-to-blog {
  font-weight: 700;
}
.back-to-blog-wrap .back-to-blog:after {
  content: "";
  width: 18px;
  height: 13px;
  display: inline-block;
  background: url("../img/next-post-arrow.png") no-repeat center;
  background-size: contain;
  margin-left: 6px;
  margin-top: 2px;
}
.back-to-blog-wrap .back-to-blog:hover:after {
  transform: translateX(10px);
}

.blog-post-wrap .post-thumb {
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}
@media only screen and (min-width: 992px) {
  .blog-post-wrap .post-thumb {
    margin-bottom: 30px;
  }
}
.blog-post-wrap .post-thumb img {
  display: block;
  width: 100%;
}
.blog-post-wrap .post-permalink .post-title {
  color: #343b43;
  margin: 0 0 15px;
}
.blog-post-wrap .post-permalink .post-title {
  font-size: 24px;
}
.blog-post-wrap .post-permalink .post-title {
  font-size: calc(1.5 + rem);
}
.blog-post-wrap .post-permalink .post-title {
  line-height: 32px;
}
.blog-post-wrap .post-permalink .post-title {
  line-height: calc(2 + rem);
}
.blog-post-wrap .post-permalink .post-title {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .blog-post-wrap .post-permalink .post-title {
    margin-bottom: 25px;
  }
}
.blog-post-wrap .post-permalink:hover .post-title {
  color: #2186AB;
}
.blog-post-wrap .post-excerpt {
  font-size: 16px;
}
.blog-post-wrap .post-excerpt {
  font-size: calc(1 + rem);
}
.blog-post-wrap .post-excerpt {
  line-height: 24px;
}
.blog-post-wrap .post-excerpt {
  line-height: calc(1.5 + rem);
}
.blog-post-wrap .post-excerpt {
  font-weight: 400;
}
.blog-post-wrap .post-excerpt p {
  margin: 0 0 20px;
}
.blog-post-wrap .time-line {
  font-style: italic;
  color: #afafaf;
}
.blog-post-wrap .time-line {
  font-size: 14px;
}
.blog-post-wrap .time-line {
  font-size: calc(0.875 + rem);
}
.blog-post-wrap .time-line {
  line-height: 22px;
}
.blog-post-wrap .time-line {
  line-height: calc(1.375 + rem);
}
.blog-post-wrap .time-line {
  font-weight: 400;
}

.trending-posts-wrapper.trending-posts-v1 {
  background-color: rgba(33, 134, 171, 0.1);
}
.trending-posts-wrapper.trending-posts-v1 .trending-posts .post {
  padding: 40px 0 20px;
  border-bottom: 1px solid rgba(33, 134, 171, 0.2);
}
.trending-posts-wrapper.trending-posts-v2 .innovations-heading {
  border-bottom: 1px solid rgba(33, 134, 171, 0.2);
}
.trending-posts-wrapper.trending-posts-v2 .innovations-heading {
  font-size: 32px;
}
.trending-posts-wrapper.trending-posts-v2 .innovations-heading {
  font-size: calc(2 + rem);
}
.trending-posts-wrapper.trending-posts-v2 .innovations-heading {
  line-height: 68px;
}
.trending-posts-wrapper.trending-posts-v2 .innovations-heading {
  line-height: calc(4.25 + rem);
}
.trending-posts-wrapper.trending-posts-v2 .innovations-heading {
  font-weight: 500;
}
.trending-posts-wrapper.trending-posts-v2 .trending-posts .post {
  padding: 12px 0;
}
.trending-posts-wrapper.trending-posts-v2 .trending-posts .post:first-child {
  padding-top: 25px;
}
.trending-posts-wrapper.trending-posts-v2 .trending-posts .post .wp-post-image {
  min-height: 100px;
  min-width: 100px;
  object-fit: cover;
  height: 100%;
  max-height: 106px;
  aspect-ratio: 1/0.9;
}
@media only screen and (min-width: 576px) {
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .wp-post-image {
    max-height: 100%;
    aspect-ratio: 16/9;
  }
}
@media only screen and (min-width: 1200px) {
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .wp-post-image {
    max-height: 106px;
    aspect-ratio: 1/0.9;
  }
}
.trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-content-wrapper {
  margin-block: auto;
}
.trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
  color: #000000;
  /*@include media.m(lg) {
      @include font-typography.ff(24, 28, 500);
  }*/
}
@media only screen and (min-width: 768px) {
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
    font-size: 20px;
  }
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
    font-size: calc(1.25 + rem);
  }
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
    line-height: 28px;
  }
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
    line-height: calc(1.75 + rem);
  }
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
    font-weight: 500;
  }
}
@media only screen and (min-width: 1200px) {
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
    font-size: 16px;
  }
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
    font-size: calc(1 + rem);
  }
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
    line-height: 18px;
  }
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
    line-height: calc(1.125 + rem);
  }
  .trending-posts-wrapper.trending-posts-v2 .trending-posts .post .post-permalink .post-title {
    font-weight: 500;
  }
}
.trending-posts-wrapper .trending-posts .post .post-permalink {
  display: block;
}
.trending-posts-wrapper .trending-posts .post .post-permalink time {
  display: block;
  color: #2186AB;
  margin-bottom: 10px;
}
.trending-posts-wrapper .trending-posts .post .post-permalink .post-title {
  color: #195D78;
  margin: 0;
}
.trending-posts-wrapper .trending-posts .post .post-permalink .post-title {
  font-size: 16px;
}
.trending-posts-wrapper .trending-posts .post .post-permalink .post-title {
  font-size: calc(1 + rem);
}
.trending-posts-wrapper .trending-posts .post .post-permalink .post-title {
  line-height: 22px;
}
.trending-posts-wrapper .trending-posts .post .post-permalink .post-title {
  line-height: calc(1.375 + rem);
}
.trending-posts-wrapper .trending-posts .post .post-permalink .post-title {
  font-weight: 500;
}
.trending-posts-wrapper .trending-posts .post .read-time {
  padding: 0;
  border: none;
  margin-left: 0;
}
.trending-posts-wrapper .trending-posts .post:hover .post-permalink .post-title {
  color: #2186AB;
}
.social-share-links {
  display: inline-block;
  vertical-align: top;
}
.social-share-links.fixed {
  position: fixed;
  display: flex;
  flex-direction: column;
  left: 0;
  margin-left: 24px;
  top: 250px;
}
.social-share-links.fixed a.icon {
  margin-bottom: 21px;
}
.social-share-links .absolute {
  position: absolute;
}
.social-share-links a.icon {
  text-decoration: none;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(33, 134, 171, 0.1);
  border-radius: 100px;
  outline: none;
  margin-right: 21px;
}
.social-share-links a.icon:hover {
  opacity: 0.5;
}
.social-share-links a.icon:active {
  outline: none;
}
.social-share-links a.icon img {
  height: 24px;
  width: 24px;
  margin: 8px;
}
.social-share-links a.icon.share-clipboard-single {
  transition: box-shadow 0.5s;
  box-shadow: 0 0 40px 40px transparent;
}
.social-share-links a.icon.share-clipboard-single:active {
  box-shadow: 0 0 0 0 #2186AB;
  border-radius: 10000px;
  opacity: 1;
  transition: 0s;
}

/* General comments area styling */
.comments-area {
  margin: 40px 0 0;
}

/* Title styling */
.comments-title, .comment-reply-title {
  color: #2186AB;
}
.comments-title a, .comment-reply-title a {
  color: #2B2B2B;
  margin: 0 15px;
}
.comments-title a, .comment-reply-title a {
  font-size: 16px;
}
.comments-title a, .comment-reply-title a {
  font-size: calc(1 + rem);
}
.comments-title a, .comment-reply-title a {
  line-height: 24px;
}
.comments-title a, .comment-reply-title a {
  line-height: calc(1.5 + rem);
}
.comments-title a, .comment-reply-title a {
  font-weight: 400;
}

/* Comment list styling */
.comment-list {
  list-style-type: none;
  padding-left: 0;
  margin: 40px 0 0;
}
.comment-list .comment.depth-2 {
  margin-left: 80px;
}
.comment-list .comment .comment-body {
  padding: 20px 0;
}
.comment-list .comment .comment-body .reply a:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 19px;
  height: 15px;
  background: url(../img/reply-icon.png) no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(42%) sepia(83%) saturate(468%) hue-rotate(150deg) brightness(89%) contrast(86%);
  transition: all 0.3s ease-in-out 0s;
}
.comment-list .comment .comment-body .reply a:hover:before {
  transform: rotateZ(-90deg);
}
.comment-list > .comment {
  border-bottom: 1px solid #cccccc;
}

.comment-list li {
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

/* Comment author and date styling */
.comment-author {
  font-weight: bold;
}
.comment-author {
  font-size: 16px;
}
.comment-author {
  font-size: calc(1 + rem);
}
.comment-author {
  line-height: 24px;
}
.comment-author {
  line-height: calc(1.5 + rem);
}
.comment-author {
  font-weight: 500;
}
.comment-author img {
  border-radius: 1000px;
}
.comment-author .says {
  display: none;
}

.comment-meta {
  font-size: 12px;
  color: #666;
}
.comment-meta .comment-metadata {
  margin-top: 10px;
}

/* Comment form styling */
.comment-form-comment,
.comment-form-author,
.comment-form-email {
  display: block;
  margin-bottom: 15px;
}

.comment-form-comment textarea {
  width: 100%;
  height: 100px; /* Adjust height as needed */
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%; /* Adjust for spacing */
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.comments-row {
  display: block;
  width: 100%;
}
.comments-row p input {
  width: 100%;
}
.comments-row p input.submit {
  min-width: 100px;
  max-width: 150px;
}

/* Submit button styling */
.form-submit input[type=submit] {
  background-color: #2186AB;
  border: none;
  padding: 12px 24px;
  border-radius: 1000px;
  cursor: pointer;
}

.form-submit input[type=submit]:hover {
  background-color: #2186AB;
}

/* No comments message styling */
.no-comments {
  font-style: italic;
  color: #999;
}

.single-b2b .website-link-wrap {
  margin-bottom: 20px;
}
.single-b2b .editor {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .single-b2b .editor {
    margin-bottom: 60px;
  }
}
.single-b2b .editor.short-description {
  font-size: 16px;
}
.single-b2b .editor.short-description {
  font-size: calc(1 + rem);
}
.single-b2b .editor.short-description {
  line-height: 24px;
}
.single-b2b .editor.short-description {
  line-height: calc(1.5 + rem);
}
.single-b2b .editor.short-description {
  font-weight: 400;
}
.single-b2b .b2b-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 45px;
}
.single-b2b .b2b-gallery > a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  outline: none;
}
.single-b2b .b2b-gallery > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-b2b .latest-posts .blog-post-wrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-b2b .latest-posts .blog-post-wrap {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .single-b2b .latest-posts .blog-post-wrap {
    margin-bottom: 60px;
  }
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 15px;
  list-style: none;
  padding: 0;
}
.services-list li {
  padding: 0 5px;
}
@media only screen and (min-width: 992px) {
  .services-list li {
    margin-bottom: 10px;
  }
}
.services-list li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #343b43;
  text-decoration: none;
  padding: 5px 10px;
  text-align: center;
  background-color: #f0f0f0;
  text-transform: uppercase;
}
.services-list li a:hover {
  background-color: #f88031;
  color: #ffffff;
}

.slick-loading .slick-list {
  background: #ffffff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled :before,
.slick-next.slick-disabled :before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.filter-b2b {
  margin: 45px 0;
}
@media only screen and (min-width: 992px) {
  .filter-b2b {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .filter-b2b {
    margin: 90px 0;
  }
}
.filter-b2b .b2b-search-title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .filter-b2b .b2b-search-title {
    margin-bottom: 0;
  }
}

.widget-area {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .widget-area {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .widget-area {
    padding-left: 15px;
  }
}
.widget-area .widget {
  padding: 15px;
  border: 1px solid #c9cacc;
  background-color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .widget-area .widget {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .widget-area .widget {
    padding: 30px;
  }
}
.widget-area .widget .widget-title {
  margin: 0 0 20px;
  color: #f88031;
}
.widget-area .widget .widget-title {
  font-size: 20px;
}
.widget-area .widget .widget-title {
  font-size: calc(1.25 + rem);
}
.widget-area .widget .widget-title {
  line-height: 28px;
}
.widget-area .widget .widget-title {
  line-height: calc(1.75 + rem);
}
.widget-area .widget .widget-title {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .widget-area .widget .widget-title {
    font-size: 22px;
  }
  .widget-area .widget .widget-title {
    font-size: calc(1.375 + rem);
  }
  .widget-area .widget .widget-title {
    line-height: 30px;
  }
  .widget-area .widget .widget-title {
    line-height: calc(1.875 + rem);
  }
  .widget-area .widget .widget-title {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .widget-area .widget .widget-title {
    font-size: 24px;
  }
  .widget-area .widget .widget-title {
    font-size: calc(1.5 + rem);
  }
  .widget-area .widget .widget-title {
    line-height: 32px;
  }
  .widget-area .widget .widget-title {
    line-height: calc(2 + rem);
  }
  .widget-area .widget .widget-title {
    font-weight: 700;
  }
}
.home .widget-area .widget.widget_custom_html {
  background-color: #f8f8f9;
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.widget-area .widget.author-box .author-wrap {
  display: flex;
}
.widget-area .widget.author-box .author-wrap .avatar {
  flex-shrink: 0;
}
.widget-area .widget.author-box .author-wrap .avatar img {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #c5c7c9;
  margin-right: 15px;
  display: block;
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 1200px) {
  .widget-area .widget.author-box .author-wrap .avatar img {
    margin-right: 30px;
    width: 50px;
    height: 50px;
  }
}
.widget-area .widget.author-box .author-wrap .author-info .author-name {
  color: #f88031;
  margin: 0 0 10px;
  width: 100%;
}
.widget-area .widget.author-box .author-wrap .author-info .author-name {
  font-size: 16px;
}
.widget-area .widget.author-box .author-wrap .author-info .author-name {
  font-size: calc(1 + rem);
}
.widget-area .widget.author-box .author-wrap .author-info .author-name {
  line-height: 24px;
}
.widget-area .widget.author-box .author-wrap .author-info .author-name {
  line-height: calc(1.5 + rem);
}
.widget-area .widget.author-box .author-wrap .author-info .author-name {
  font-weight: 700;
}
.widget-area .widget.author-box .author-wrap .author-info .author-desc {
  margin: 0;
  color: #343b43;
}
.widget-area .widget.author-box .author-wrap .author-info .author-desc {
  font-size: 14px;
}
.widget-area .widget.author-box .author-wrap .author-info .author-desc {
  font-size: calc(0.875 + rem);
}
.widget-area .widget.author-box .author-wrap .author-info .author-desc {
  line-height: 22px;
}
.widget-area .widget.author-box .author-wrap .author-info .author-desc {
  line-height: calc(1.375 + rem);
}
.widget-area .widget.author-box .author-wrap .author-info .author-desc {
  font-weight: 400;
}
.widget-area .widget .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.widget-area .widget .social-links li {
  line-height: 1;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .widget-area .widget .social-links li {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .widget-area .widget .social-links li {
    padding: 0 20px;
  }
}
.widget-area .widget .social-links li:first-of-type {
  padding-left: 0;
}
.widget-area .widget .social-links li a:hover i {
  color: #f88031;
}
.widget-area .widget .social-links li a i {
  font-size: 20px;
  line-height: 20px;
  color: #93969a;
}
@media only screen and (min-width: 992px) {
  .widget-area .widget .social-links li a i {
    font-size: 24px;
    line-height: 24px;
  }
}
.widget-area .widget.widget_tag_cloud {
  padding-bottom: 20px;
}
.widget-area .widget.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.widget-area .widget.widget_tag_cloud .tagcloud a {
  flex-grow: 1;
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 700;
  color: #343b43;
  text-decoration: none;
  padding: 10px 15px;
  text-align: center;
  background-color: #f0f0f0;
  margin: 0 5px 10px;
}
.widget-area .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #f88031;
  color: #ffffff;
}
.widget-area .widget.widget_categories ul {
  margin: 0;
  padding: 0 0 0 17px;
  list-style: square;
}
.widget-area .widget.widget_categories ul li {
  margin-bottom: 10px;
  color: #f88031;
}
.widget-area .widget.widget_categories ul li {
  font-size: 16px;
}
.widget-area .widget.widget_categories ul li {
  font-size: calc(1 + rem);
}
.widget-area .widget.widget_categories ul li {
  line-height: 24px;
}
.widget-area .widget.widget_categories ul li {
  line-height: calc(1.5 + rem);
}
.widget-area .widget.widget_categories ul li {
  font-weight: 700;
}
.widget-area .widget.widget_categories ul li a {
  color: #343b43;
  text-decoration: none;
  background: linear-gradient(#f88031, #f88031) no-repeat bottom center;
  background-size: 0 1px;
}
.widget-area .widget.widget_categories ul li a:hover {
  background-size: 100% 1px;
  color: #f88031;
}
.widget-area .widget.widget_media_image {
  padding: 0;
  border: 0;
}
.widget-area .widget.widget_media_image img {
  display: block;
  width: 100%;
}
.widget-area .widget.widget-recent-posts-cat {
  padding: 0;
  border: 0;
  margin-bottom: 40px;
}
.widget-area .widget.widget-recent-posts-cat .posts-by-cat-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer .widget {
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .site-footer .widget {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer .widget {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=main.css.map */
