/**********************************************
_OffTheRadar.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=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --nav-color: rgba(33, 37, 41, 0.75);
  --nav-hcolor: #212529;
  --header-h1: #212529;
  --header-color: #212529;
  --header-link: #212529;
  --header-hlink: #212529;
  --share-bg: #f3f3f3;
  --share-color: #212529;
  --share-hbg: #fff
}

:root {
  --body-color: #212529;
  --body-link: var(--body-color);
  --body-hlink: #000;
  --catbtn-color: #212529;
  --gmd-signature: var(--body-color);
  --tipord-color: #959595;
  --tipord-hcolor: var(--body-color)
}

:root {
  --slider-dot-color: var(--more-color, currentColor);
  --more-bg: #ececec
}

.dossier-container, .dossier-body {
  background: #f6f6f6
}

.intro, .outro {
  color: #212529;
  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: "Inter", var(--bs-font-sans-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%
  }
}

.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 .pic::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../../img/otr-grid-eee.png) 50% 20px
}

header.dossier-header .veil {
  background: rgba(157, 160, 170, 0.2);
  -webkit-box-shadow: 0 -100px 200px 0px rgba(105, 105, 106, 0.5) inset;
  box-shadow: 0 -100px 200px 0px rgba(105, 105, 106, 0.5) inset
}

header.dossier-header h1 {
  position: relative;
  letter-spacing: -.04em;
  font-family: "Inter", var(--bs-font-sans-serif);
  font-weight: 900
}

.entry h2, .entry h3, .entry h4, .entry h5 {
  letter-spacing: -.04em
}

.entry h2 {
  font-weight: 800
}

.entry h3 {
  font-size: 24px
}

.entry h5 {
  font-size: 1rem;
  font-weight: 500
}

.entry .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--bs-font-sans-serif);
  font-size: 14px;
  margin-top: 3.5rem
}

.entry .links > * {
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  border: 2px solid #ececec !important;
  padding: 5px 15px
}

.entry .links .link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #ececec;
  color: #757575;
  border-radius: 4px 0 0 4px
}

.entry .links a {
  font-weight: 500;
  border: 2px solid #ececec !important;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.15s !important;
  transition: all 0.15s !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.entry .links a:hover {
  background: #212529;
  color: #FFF !important;
  border-color: #212529 !important
}

.entry .links + .expandable {
  margin-top: 2rem
}

@media (min-width: 992px) {
  .dossier-body {
    border-radius: 6px
  }
}

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