/**********************************************
_InDustWeTrust.scss
 */

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");

:root {
  --nav-color: #cbb38d;
  --gmdlogo-sigle: #fff;
  --header-color: #dfcbaa;
  --header-h1: #fff;
  --share-bg: rgba(112, 52, 87, 0.7);
  --share-color: #dfcbaa;
  --share-hcolor: #9c547e
}

:root {
  --body-color: #3a4f65;
  --body-link: var(--body-color);
  --body-hlink: #00659a;
  --body-vlink: #864c93;
  --catbtn-color: #9c547e;
  --gmd-signature: var(--body-color);
  --tipord-color: rgba(58, 79, 101, 0.5);
  --tipord-hcolor: var(--body-color)
}

:root {
  --slider-dot-color: var(--more-color, currentColor);
  --more-bg: #dad7d9;
  --more-color: #3a4f65;
  --tabs-btn: rgba(58, 79, 101, 0.7);
  --tabs-hbtn: #3a4f65;
  --tabs-abtn: #3a4f65;
  --tabs-border-color: rgba(58, 79, 101, 0.3);
  --tabs-aborder-color: #3a4f65
}

:root {
  --footer-bg: #29272d;
  --footer-color: #c7c0bf
}

.dossier-container, .dossier-body {
  background: #e8e6e7 url(../../../img/noise-400-100-6.png) top
}

.intro, .outro {
  color: #3a4f65;
  font-family: "GT Walsheim Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1em;
  font-weight: 500;
  margin: 2rem auto 6rem
}

.entry {
  background: #fff;
  line-height: 2;
  padding: 8% 5%;
  margin: 180px -10px 40px
}

.entry .cover, .entry .pic {
  text-align: center;
  margin: -160px auto 50px;
  max-width: 85%
}

.entry .cover img, .entry .pic img {
  border: 1px solid rgba(128, 128, 128, 0.2)
}

.entry h2, .entry h3, .entry h4, .entry h5 {
  font-family: "Josefin Sans", "PT Serif", Georgia, serif;
  text-align: center
}

.entry h2 {
  font-size: 42px
}

.entry h3 {
  font-size: 28px
}

.entry h5 {
  font-size: 20px;
  margin-bottom: 2rem
}

.entry h5::before {
  content: 'par '
}

.entry .expandable {
  margin: 3.5rem 0 0
}

.entry .expandable iframe {
  display: block;
  margin: 0 auto
}

@media (min-width: 992px) {
  .intro {
    width: 70%
  }

  .entry {
    width: 85%;
    padding: 9% 7.5% 8%;
    margin: 0 auto 5rem
  }

  .entry .cover, .entry .pic {
    float: left;
    max-width: 55%;
    margin: 0 6% 5% -25%
  }

  .entry h2, .entry h3, .entry h4, .entry h5 {
    text-align: left
  }

  .entry h2 {
    font-size: 54px
  }

  .entry h3 {
    font-size: 32px
  }
}

@media (min-width: 1200px) {
  .intro {
    width: 55%
  }

  .entry {
    width: 75%;
    padding: 9% 10% 8%
  }

  .entry .cover, .entry .pic {
    max-width: 60%;
    margin: 0 6% 5% -35%
  }
}

.dossier-body {
  --xpand-bg: #efe2ce;
  --xpand-color: #5a6e83;
  --xpand-hbg: #dbcbac;
  --xpand-hcolor: #314255
}

.expandable {
  margin: 1rem 0
}

.expandable .xpand-btn {
  color: var(--xpand-color, #757575);
  background: var(--xpand-bg, #ececec);
  border: var(--xpand-border-width, 0px) solid var(--xpand-border, var(--xpand-color, transparent));
  position: relative;
  padding: 10px 15px;
  padding-right: 30px;
  border-radius: 4px;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  font-family: var(--xpand-font-family, "GT Walsheim Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all .15s;
  transition: all .15s
}

.expandable .xpand-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: var(--xpand-arrow-width, 4px);
  border-bottom-width: 0;
  border-color: transparent;
  border-top-color: currentColor
}

.expandable .xpand-el {
  background: var(--xpand-content-bg, var(--xpand-bg, #ececec));
  text-align: center;
  margin: 0
}

.expandable.xpand-on .xpand-btn {
  color: var(--xpand-acolor, var(--xpand-color, #757575));
  background: var(--xpand-abg, var(--xpand-bg, #ececec));
  border-color: var(--xpand-aborder, rgba(0, 0, 0, 0));
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.expandable.xpand-on .xpand-btn::after {
  border-width: var(--xpand-arrow-width, 4px);
  border-top-width: 0;
  border-color: transparent;
  border-bottom-color: currentColor
}

.expandable .xpand-btn:hover {
  background: var(--xpand-hbg, #ececec);
  color: var(--xpand-hcolor, #3a3a3a);
  border-color: var(--xpand-hborder, var(--xpand-border, transparent))
}

header.dossier-header .pic {
  background-image: var(--newscat-img)
}

header.dossier-header .veil {
  background-color: rgba(118, 90, 77, 0.4)
}

header.dossier-header h1 {
  position: relative;
  letter-spacing: -.04em;
  -webkit-transform: translateY(0.13em);
  transform: translateY(0.13em);
  font-family: "Josefin Sans", "PT Serif", Georgia, serif;
  font-weight: 700
}

.dossier-container {
  border-top: 6px solid #cbb38d
}

@media (min-width: 992px) {
  .dossier-container {
    border-top: none
  }

  .dossier-container .dossier-body {
    border-top: 6px solid #cbb38d
  }
}

.entry h2, .entry h3 {
  color: #9c547e;
  letter-spacing: -.02em
}

.entry h2 {
  font-weight: bold;
  font-size: 42px
}

.entry h3 {
  font-size: 24px;
  overflow: hidden
}

.entry h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 30px auto 25px;
  background: #cbb38d
}

@media (min-width: 992px) {
  .entry h3::after {
    left: 0;
    margin-left: 0
  }
}

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