html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-stretch: 100%;
  line-height: 1.6;

  text-rendering: optimizeLegibility;
}

.main {
  float: none !important;
  margin: 0 auto !important;
  max-width: 1200px;
  padding-bottom: 1em;
}

@media print {
  * {
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

@media screen and (max-width: 1700px) {
  .main {
    max-width: calc(1110px + 1em) !important;
  }
}

@media screen and (min-width: 1700px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }

  .main {
    max-width: 1700px;
    min-width: 1110px;
    width: 50vw;
  }
}

@media screen and (min-width: 2200px) {
  body {
    font-size: 19px;
  }
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 16px;
  }
}

/* ECL header menu */
.ecl-menu__list .ecl-menu__item {
  border: none !important;
}

.ecl-menu__link {
  letter-spacing: 1.5px;
}

.ecl-menu__list .ecl-menu__item .ecl-menu__link {
  min-height: 1.6em !important;
  padding-left: 1.5em;
  padding-right: 1.5em !important;
  text-decoration: none !important;
}

.grid-button {
  background-image: url("/images/icons/svg/grid.svg");
  background-size: 100% 100% !important;
  filter: invert(1);
  height: 30px;
  width: 30px;
}

.ecl-menu__link:hover .grid-button {
  background-image: url("/images/icons/svg/grid-rainbow.svg");
  filter: invert(0);
  transition: all 0.8s;
}

#rmis-title-link {
  font-size: 1.9rem;
  text-decoration: none;
}

/* End ECL */

p {
  -webkit-hyphenate-limit-after: 4;
  -webkit-hyphenate-limit-before: 3;
  -ms-hyphenate-limit-chars: 10 3 4;
  hyphenate-limit-chars: 10 3 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

#aici {
  font-size: 1em;
  margin-bottom: 1.5rem;
  padding: 0.02em 0.5em !important;
}

main a:link {
  /* border-bottom: 2px solid transparent;*/
  font-weight: 400;
  text-decoration: none;
}

main a:visited {
  /*color: #009586;*/
  text-decoration: none;
}

main a {
  color: #004494;
}

main a:hover {
  /*border-color: #0cb;
  border-width: 2px;*/
  color: #0083de;
  /*transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out*/
}

main a:active {
  color: #de123b !important;
}

.main #article-hero-picture img {
  aspect-ratio: 3/1.1;
  object-fit: cover;
  width: 100%;
}

.main #article-hero-picture {
  height: auto;
  margin-top: 1em;
  position: relative;
  width: 100%;
}

.main #article-hero-picture:after {
  background-image: linear-gradient(to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 7%,
      rgba(255, 255, 255, 0.4) 15%,
      rgba(255, 255, 255, 0.05) 40%,
      rgba(255, 255, 255, 0) 80%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

main a {
  hyphens: auto;
  overflow-wrap: break-word;
  padding: 0;
  padding-bottom: 2.6px;
  position: relative;
  width: 100%;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}

main #article-title {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

main a::before,
main a::after {
  background: #0cb;
  height: 1.7px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
}

main a::before {
  content: "";
}

main a::before {
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.3s;
}

main a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}

main h1,
main h2,
main h3 {
  /* border-bottom: 2.5px solid #00ccbb !important;*/
  color: hsl(211, 45%, 19%) !important;
  display: block;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.3em !important;
  margin-top: 1.3em !important;
  /* text-decoration: 2.5px  underline #00ccbb solid;*/
  text-underline-offset: 0.3em;
}

h4 {
  color: #0c3865 !important;
  display: block;
  font-size: 1.55em;
  letter-spacing: 0.3px;
  line-height: 1.5;
  margin-bottom: 0.9em !important;
  margin-top: 1em !important;
  padding: 0 .3em 0 .3em;
  /* border-bottom: 2.4px solid #5189c2 !important;*/
  /* text-decoration: 2px underline #5189c2 solid;*/
  text-underline-offset: 0.25em;
}

h5 {
  /*border-bottom: 2px solid #0e8077 !important;*/
  color: #283f5b !important;
  display: block;
  font-size: 1.4em;
  letter-spacing: 0.4px;
  line-height: 1.5;
  margin-bottom: 0.3em !important;
  margin-top: 0.5em !important;
  padding: 0 .3em 0 .3em;
  /*text-decoration: 1.9px underline #0e8077 solid;*/
  text-underline-offset: 0.2em;
}

h6 {
  /*border-bottom: 1.5px solid #94c0d9 !important;*/
  color: #005383 !important;
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 0.2em !important;
  margin-top: 0.4em !important;
  padding: 0 .2em 0 .2em;
  /* text-decoration: 1.5px underline #94c0d9 solid;*/
  text-underline-offset: 0.15em;
}

.navbar {}

main #tags {
  color: #333;
  display: block;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.91em;
  font-weight: 800;
  margin-top: 1.5em;
  padding: 1em 0;
  text-transform: uppercase;
  word-wrap: break-word;
}

main #tags a {
  /*color: #333;*/
  font-weight: 1000;
}

table {
  border-collapse: collapse;
}

table,
td,
th {
  border: 1px solid #ccc;
}

#readmore_cnt {
  display: none;
}

figure {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0.5em;
  text-align: center !important;
}

figure img {
  padding: 0;
  width: 100%;
}

figure a:hover {
  border-bottom: none !important;
  border-color: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

figure a:hover::before,
figure a:hover::after,
figure a::before {
  background: none;
  color: none;
  transform: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

figure figcaption {
  font-size: 0.95em !important;
  padding: 8px 16px;
  padding-top: 1.5em;
}

.q-col1,
.q-hover-col1:hover {
  background-color: #283a50 !important;
  color: #fff !important;
}

.q-col2,
.q-hover-col2:hover {
  background-color: #3ca4b4 !important;
  color: #fff !important;
}

.q-col3,
.q-hover-col3:hover {
  background-color: #5189c2 !important;
  color: #fff !important;
}

.q-col4,
.q-hover-col4:hover {
  background-color: #0cb !important;
  color: #000 !important;
}

.q-col5,
.q-hover-col5:hover {
  background-color: #94c0d9 !important;
  color: #000 !important;
}

.q-col6,
.q-hover-col6:hover {
  background-color: #0bc8d9 !important;
  color: #000 !important;
}

.q-col7,
.q-hover-col7:hover {
  background-color: #387e91 !important;
  color: #fff !important;
}

.q-col8,
.q-hover-col8:hover {
  background-color: #9ae0e9 !important;
  color: #1d1d1e !important;
}

.q-col9,
.q-hover-col9:hover {
  background-color: #3f668f !important;
  color: #fff !important;
}

.q-col10,
.q-hover-col10:hover {
  background-color: #4489aa !important;
  color: #fff !important;
}

.q-col11,
.q-hover-col11:hover {
  background-color: #8fcdc7 !important;
  color: #1c1d1d !important;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: square;
}

ul ul ul {
  list-style: square inside url(data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==);
}

.cd-top {
  border: 0;
  bottom: 40px;
  display: inline-block;
  height: 25px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 10px;
  text-decoration: none;
  visibility: hidden;
  width: 35px;
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
  border-bottom: 0 !important;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: background-color 0.5s ease, 1s ease;
}

.cd-top:hover {
  background-color: #cbf9ff;
  border-bottom: 0 !important;
}

.cd-top.cd-is-visible {
  border-bottom: 0 !important;
  opacity: 1;
  visibility: visible;
}

.cd-top.cd-fade-out {
  border-bottom: 0 !important;
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: #4b79c5;
  border-bottom: 0 !important;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    bottom: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    bottom: 50%;
    height: 3%;
    right: 1%;
    width: 2.5%;
  }
}

@media print {
  .cookie-consent-banner {
    display: none !important;
  }
}

#search-box {
  margin: 0.5vh;
}

.search-container {
  max-width: 95%;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

.search-container input#search {
  border: 1px solid grey;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10pt;
  height: 40px;
  padding-left: 45px;
}

.search-container input#search::-webkit-input-placeholder {
  color: #65737e;
}

.search-container input#search:-moz-placeholder {
  color: #65737e;
}

.search-container input#search::-moz-placeholder {
  color: #65737e;
}

.search-container input#search:-ms-input-placeholder {
  color: #65737e;
}

.search-container .icon {
  color: #4f5b66;
  left: 25px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

#rmis-livesearch {
  margin-bottom: 1vh;
  padding-left: 1vh;
  width: 100%;
}

#rmis-livesearch a {
  color: #15518b;
}

#rmis-livesearch p {
  border-bottom: 0.1vh solid #393b3c;
  font-size: 1.2vh;
  padding: 1pc;
}

.w3-rmkb-color,
.w3-rmkb-color:hover {
  background-color: #555 !important;
  color: #fff !important;
}

.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0 !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.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-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -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;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  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-arrow,
button.mfp-close {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  color: #fff;
  font-family: Arial, Verdana, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  width: 90px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  border: medium inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-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 {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}

.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-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

img.mfp-img {
  box-sizing: border-box;
  display: block;
  line-height: 0;
  margin: 0 auto;
  max-height: none !important;
  max-width: 100%;
  padding: 5px 0 5px;
  width: auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.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) {
  .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 {
    bottom: 0;
    top: 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;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}

@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;
  }
}

.imgpop::before {
  transform: none;
  transition: none;
}

.imgpop:hover::before {
  transform: none;
  transition: none;
}

/* Q Loader */
#q-loader-grid {
  height: 35px;
  margin: 100px auto;
  width: 35px;
}

#q-loader-grid .q-loader {
  -webkit-animation: q-loaderGridScaleDelay 1.1s infinite ease-in-out;
  animation: q-loaderGridScaleDelay 1.1s infinite ease-in-out;
  float: left;
  height: 33%;
  width: 33%;
}

#q-loader-grid .q-loader1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background-color: #3f668f;
}

#q-loader-grid .q-loader2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #9ae0e9;
}

#q-loader-grid .q-loader3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  background-color: #5189c2;
}

#q-loader-grid .q-loader4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  background-color: #0cb;
}

#q-loader-grid .q-loader5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background-color: #94c0d9;
}

#q-loader-grid .q-loader6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #099aa2;
}

#q-loader-grid .q-loader7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background-color: #387e91;
}

#q-loader-grid .q-loader8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  background-color: #0bc8d9;
}

#q-loader-grid .q-loader9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background-color: #a3dcd6;
}

@-webkit-keyframes q-loaderGridScaleDelay {

  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    background-color: #fff;
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }

  50% {
    background-color: #fff;
  }
}

@keyframes q-loaderGridScaleDelay {

  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    background-color: #fff;
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }

  50% {
    background-color: #fff;
  }
}

/* End q-loader*/

/*** W3 FIX ***/
.w3-btn-block {
  border-style: none;
  width: 100%;
}

.w3-hide,
.w3-show {
  border: none !important;
}

/* End W3 */

/* bbt  - browse by tag */
#bbt-grid {
  display: grid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-size: 16px;
  gap: 3em 1.4em;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  margin: 10px auto;
  margin-bottom: 3em;
}

@media only screen and (max-width: 760px) {
  #bbt-grid {
    grid-template-columns: 1fr;
  }

  #bbt-grid .cell {}
}

#bbt-grid .cell {
  display: grid;
  gap: 0.4em;
  grid-template-columns: 2fr 3fr;
  height: 180px;
  max-width: 800px;
  position: relative;
  text-decoration: none;
}

#bbt-grid .cell a:link {
  color: initial;
  text-decoration: none;
}

#bbt-grid .cell a:visited {
  color: initial;
  text-decoration: none;
}

#bbt-grid .cell a:hover {
  color: initial;
  text-decoration: none;
}

#bbt-grid .cell a:active {
  color: initial;
  text-decoration: none;
}

#bbt-grid .cell:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 16px,
    rgba(17, 17, 26, 0.1) 0px -16px 24px, rgba(17, 17, 26, 0.1) 0px 16px 24px;
}

#bbt-grid .cell .anchor-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#bbt-grid .cell .text {
  display: grid;
  grid-template-rows: 1fr 1fr;
  margin: 0.2em;
  margin-left: 0.4em;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}

#bbt-grid .cell .text .title {
  align-self: flex-end;
  -webkit-box-orient: vertical;

  color: #000;
  display: -webkit-box;
  font-size: 1.5em;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.4;
  overflow: hidden;
  /*vertical-align: top !important;
  align-self: flex-start;*/
  vertical-align: bottom !important;
}

#bbt-grid .cell .text .title a:hover {
  color: #0083de;
}

#bbt-grid .cell .text .tags {
  /* align-self: flex-end;*/
  align-self: flex-start;
  -webkit-box-orient: vertical;
  color: #222;
  display: -webkit-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.8em;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  line-height: 1.4;
  overflow: hidden;
  text-transform: uppercase;
}

#bbt-grid .cell .text .tags a {
  pointer-events: all;
}

#bbt-grid .cell .text .tags a:hover,
#bbt-grid .cell .text .tags a:active {
  color: #0cb !important;
}

#bbt-grid .cell .text .tags a:link,
#bbt-grid .cell .text .tags a:visited {
  color: #333;
}

#bbt-grid .cell .anchor-overlay:hover::before,
#bbt-grid .cell .anchor-overlay:hover::after,
#bbt-grid .cell .anchor-overlay::before {
  background: none;
  color: none;
}

#bbt-grid .cell .text .description {
  align-self: end;
  color: #444;
  display: flex;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
}

#bbt-grid .cell .pic {
  background: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#bbt-grid .cell .pic figure {
  height: 100%;
  margin: 0;
  width: 100%;
}

#bbt-grid .cell .pic figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #bbt-grid .cell .text .tags {
    font-size: 0.7em;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  #bbt-grid .cell .text .title {
    font-size: 1.4em;
  }
}

/*END bbt*/

/* Spin loader*/
#q-loader-grid {
  height: 45px;
  margin: 5em auto;
  width: 45px;
}

#q-loader-grid .q-loader {
  -webkit-animation: q-loaderGridScaleDelay 1.1s infinite ease-in-out;
  animation: q-loaderGridScaleDelay 1.1s infinite ease-in-out;
  float: left;
  height: 33%;
  width: 33%;
}

#q-loader-grid .q-loader0 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background-color: #283a50;
}

#q-loader-grid .q-loader1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #005fcc;
}

#q-loader-grid .q-loader2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  background-color: #3ca4b4;
}

#q-loader-grid .q-loader3 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  background-color: #800033;
}

#q-loader-grid .q-loader4 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background-color: #5189c2;
}

#q-loader-grid .q-loader5 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #0cb;
}

#q-loader-grid .q-loader6 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background-color: #ad33ff;
}

#q-loader-grid .q-loader7 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  background-color: #0c4;
}

#q-loader-grid .q-loader8 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background-color: #ebc746;
}

@-webkit-keyframes q-loaderGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    background-color: #ffffff;
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }

  50% {
    background-color: #ffffff;
  }
}

@keyframes q-loaderGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    background-color: #ffffff;
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }

  50% {
    background-color: #ffffff;
  }
}

/*End Spin loader*/




/* Content Menu */


#qnav-container #nav-but #nav-but-inner {
  background: #fff;
  display: flex;
  float: right;
  height: auto;
  margin: 0.3em;
  position: sticky;
  top: var(--top);
  width: auto;
}

#qnav-container {
  background: hsla(300, 100%, 100%, 0.9);
  box-sizing: border-box;
  display: none;
  float: right;
  height: auto;
  margin: 0;
  padding: 0;
  position: sticky;
  top: var(--top);
  width: auto;
  z-index: var(--zindex) !important;
  --zindex: 325;
  --unit: 3px;
  --top: 3px;
}


#qnav-container #nav-but {
  z-index: calc(1 + var(--zindex)) !important;
}

#qnav-container a {
  text-decoration: none;
  width: auto;
}

#qnav-container a:hover {
  border: none;
  outline: none;
  text-decoration: none;
  transition: none;
}

#qnav-container a::after,
#qnav-container a::before {
  background: none;
}

#qnav-container #nav-content {
  align-content: start;
  background: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  height: auto;
  left: -200vw;
  margin: 0;
  padding: 1em;
  position: absolute;
  top: var(--top);
  transform: translate(calc(-100% - 50px), 0);
  transition: transform 0.3s ease;
  width: auto;
  z-index: var(--zindex);
}

#qnav-container #nav-title {
  color: #282828;
  font-size: 1.05em;
  margin: 0.5em;
  padding-bottom: 0.5em;
}

#qnav-container #nav-content .nav-item {
  display: block;
  line-height: 1.5em;
  list-style: none;
  padding: 0.2em;
  transition: background-color 0.3s ease;
}


#qnav-container.is-active #nav-content {
  left: calc(-30vw);
  transform: translate(0, 0);
}

#qnav-container #nav-content .nav-item {
  border-left: var(--unit) solid transparent;
  padding-left: 0.5em;
}


#qnav-container #nav-content .nav-item:hover {
  background: #f5f5f5;
  border-left: var(--unit) solid #0cb;
  color: #444;
  padding-left: 0.5em;
}

#qnav-container .nav-item {
  border-inline-start-color: #004494;
  color: #004494;
  display: none;
  font-size: 0.9em;
  font-weight: 700;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  list-style-type: none;
  margin: 0;
  text-decoration-line: none;
}


#qnav-container .second {
  font-size: 0.85em;
  font-weight: 100;
  margin-left: 1.3em !important;
  padding: 0.1em !important;
  padding-left: 0.3em !important;

}

#qnav-container .burger-wrapper {
  background-color: transparent;
  cursor: pointer;
  height: calc(var(--unit) * 10);
  margin: auto;
  width: calc(var(--unit) * 10);
  z-index: 6;
}

#qnav-container .burger-wrapper .hamburger {
  background: #0cb;
  height: var(--unit);
  position: relative;
  transform: translateY(calc(var(--unit) * 4));
  transition: background 10ms 100ms ease-out;
  width: calc(var(--unit) * 10);
}

#qnav-container .burger-wrapper .hamburger:before,
#qnav-container .burger-wrapper .hamburger:after {
  background: #0cb;
  content: "";
  height: var(--unit);
  position: absolute;
  transition: top 100ms 100ms ease-in-out, transform 100ms 100ms ease-in-out;
  width: calc(var(--unit) * 10);
}

#qnav-container .burger-wrapper .hamburger:before {
  top: calc(var(--unit) * -3);
  width: calc(var(--unit) * 8);
}

#qnav-container .burger-wrapper .hamburger:after {
  top: calc(var(--unit) * 3);
  width: calc(var(--unit) * 6);
}

#qnav-container .menu-trigger:checked~.burger-wrapper .hamburger {
  background: transparent;
}

#qnav-container .menu-trigger:checked~.burger-wrapper .hamburger:after,
#qnav-container .menu-trigger:checked~.burger-wrapper .hamburger:before {
  top: var(--top);
  transition: 0.3 ease;
  width: calc(var(--unit) * 10);
}

#qnav-container .menu-trigger:checked~.burger-wrapper .hamburger:before {
  transform: rotate(45deg);
}

#qnav-container .menu-trigger:checked~.burger-wrapper .hamburger:after {
  transform: rotate(-45deg);
}

#qnav-container .hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  #qnav-container #nav-content {
    background: hsla(300, 100%, 100%, 1);
    width: 100vw;
  }

  #qnav-container.is-active #nav-content {
    left: -85vw;
  }

  #qnav-container .second {
    font-size: 0.88em;
  }
}


/* QUOTE */
blockquote {
  font-size: 1.15em;
  font-style: italic;
  margin: 0 auto;
  padding: 0.2em;
  quotes: "“" "”" "‘" "’";
  text-align: center;
  width: auto;

}

blockquote::before {
  color: #0e47cb;
  content: open-quote;
  font-size: 1.4em;

}

blockquote::after {
  color: #0e47cb;
  content: close-quote;
  font-size: 1.4em;
}


/* Small cards */

.qCardContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.qCardContainer .qitem {
  font-size: 1em;
  height: 235px;
  line-height: 1.5em;
  margin: 0.76em;
  text-align: center;
  width: 180px;
}

.qCardContainer .qitem img {
  height: 180px;
  width: 180px;
}

.qCardContainer .qitem:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25), 0 0 20px 0 rgba(0, 0, 0, 0.22);
}

.qCardContainer .qitem a:link {
  color: #000;
  text-decoration: none;
}

.qCardContainer .qitem a:visited {
  color: #000;
  text-decoration: none;
}

.qCardContainer .qitem a:hover {
  color: #000;
  text-decoration: none;
}

.qCardContainer .qitem a:active {
  color: #000;
  text-decoration: none;
}


.qCardContainer .qitem a::after,
.qCardContainer .qitem a::before {
  background: none;
  height: 0;
}