/**********************************************
_HoodTherapy.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=Black+Ops+One&display=swap");

:root {
  --nav-color: #d8d3c5;
  --gmdlogo-sigle: #fff;
  --header-color: #dfcbaa;
  --header-h1: #fff;
  --share-bg: rgba(219, 161, 60, 0.5)
}

:root {
  --body-color: #3a4f65;
  --body-link: var(--body-color);
  --body-hlink: #1c84a5;
  --catbtn-color: #ba9b54;
  --gmd-signature: #2f4d58;
  --tipord-color: rgba(47, 77, 88, 0.6);
  --tipord-hcolor: #2f4d58
}

:root {
  --slider-dot-color: var(--more-color, currentColor);
  --more-bg: #d4d5d2;
  --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: #2d3a3e;
  --footer-color: #c7c7bf
}

.dossier-container, .dossier-body {
  background: #e0e1df 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: #d0d1cc;
  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: "Black Ops One", 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%
  }
}

.dossier-body {
  --xpand-bg: #bebeb7;
  --xpand-color: #3a4f65;
  --xpand-hbg: #ab8c45;
  --xpand-hcolor: #e8e9e7
}

.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: rgba(59, 70, 68, 0.4) url(../../../img/noise-400-100-6.png) top
}

header.dossier-header h1 {
  position: relative;
  letter-spacing: -.03em;
  -webkit-transform: translateY(0.13em);
  transform: translateY(0.13em);
  font-family: "Black Ops One", var(--bs-font-sans-serif);
  font-weight: 400
}

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

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

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

.intro .author {
  font-style: italic;
  font-family: "PT Serif", Georgia, serif;
  font-weight: 400
}

.intro .author::before {
  content: '';
  display: inline-block;
  width: 1em;
  margin-right: .5em;
  border-top: 1px solid;
  vertical-align: middle
}

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

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

.entry h3 {
  font-size: 24px;
  overflow: hidden;
  color: #4f7482
}

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

.entry a.dl {
  display: inline-block;
  margin-top: 3rem;
  color: #2f4d58;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--bs-font-sans-serif);
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: color .15s;
  transition: color .15s
}

.entry a.dl::before {
  content: '\f019';
  margin-right: 8px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1rem
}

.entry a.dl:hover {
  color: #1c84a5
}

.entry .expandable {
  margin-top: 1rem
}

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

  .entry h2 {
    font-size: 3rem
  }
}

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