body {
  font-family: "Lato", helvetica, sans-serif;
  font-size: 20px;
  line-height: 32.5px;
  margin: 0;
  padding: 0;
  color: #353535;
}

/*HEADER*/
#header-pinned {
  font: 20px Lato;
  color: #000;
  font-weight: 400;
  /* margin-right: 100px; */
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #eee;
  z-index: 5;
  -webkit-transition: top 0.25s linear;
  -moz-transition: top 0.25s linear;
  -o-transition: top 0.25s linear;
  transition: top 0.25s linear;
}

.is-visible {
  top: 0px !important;
}

#header-pinned .content {
  height: 49px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#header-pinned * {
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

#header-pinned .subnav a {
  color: #1696d2;
}

#header-pinned .subnav a:hover {
  color: #000;
}

#header-pinned .site-logo {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 10px;
  margin-top: 7px;
  background: url(https://www.urban.org/sites/all/themes/urban/images/logo-mini-dark.png) no-repeat;
  background-size: 34px 34px;
}

#header-pinned .title {
  font-size: 14px;
  line-height: 49px;
  margin: 0 65px 0 55px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#header-pinned .title {
  font-size: 20px;
  margin-left: 80px;
}

#header-pinned .title span,
#header-pinned .title a {
  display: inline;
}

#menuBurger {
  display: none;
  width: 20px;
  height: 14px;
  position: absolute;
  right: 4%;
  top: 19px;
}
#menuBurger .burger {
  height: 2px;
  width: 100%;
  background: #000;
}

/*END HEADER*/
/*CSS FEATURE*/
#reportContent {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#content {
  width: 75%;
  padding-left: 25%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 70px;
}
#content * {
  max-width: 760px;
  box-sizing: border-box;
}
#content h3.eyebrow {
  text-transform: uppercase;
  font-size: 15px;
  color: #9D9D9D;
  margin: 0 auto;
  margin-bottom: 8px;
}
#content h4.sectionTitle {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 18px;
}
#content .pStrong {
  font-weight: bold;
  margin-bottom: 15px;
}
#content #dynamicContent {
  margin: 0 auto;
  position: relative;
}
#content #acknowledgmentsDiv {
  margin: 0 auto;
  display: none;
}
#content #acknowledgmentsDiv p.pStrong {
  margin-bottom: 0;
}
#content #acknowledgmentsDiv p {
  margin-top: 0;
}
#content h4.credHed {
  font-size: 30px;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 18px;
  text-transform: uppercase;
  margin-top: 45px;
}

#content > img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

strong > em {
  font-weight: bold;
  font-style: italic;
}

.icon-out {
  position: absolute;
  left: -9%;
  top: 27px;
  width: 60px;
}

#openingBlock {
  margin: 0 auto;
  max-width: 100%;
}
#openingBlock h1 {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  line-height: 48px;
  font-size: 42px;
}
#openingBlock h2 {
  font-weight: 300;
  text-align: center;
  font-size: 34px;
  line-height: 39px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 35px;
  max-width: 760px;
}
#openingBlock hr {
  background-color: #D2D2D2;
  width: 100%;
  max-width: 760px;
  border: none;
  height: 1px;
  margin: 0px auto;
  margin-bottom: 35px;
}
#openingBlock #share-icons {
  margin: 0 auto;
  max-width: 760px;
  margin-bottom: 45px;
  font-size: 12px;
  text-align: center;
}
#openingBlock #share-icons .share-icon {
  width: 24px;
  display: inline-block;
  margin: 0;
  margin-right: 15px;
}

#glossaryHeader {
  position: fixed;
  top: 50px;
  width: 100%;
  background-color: white;
  padding-top: 20px;
}
#glossaryHeader h4.sectionTitle {
  margin-bottom: 5px;
}

#menuGlossary {
  background: white;
  padding: 7px 0px 12px 0px;
  width: 100%;
}
#menuGlossary p {
  margin: 0;
  display: inline-block;
}
#menuGlossary a {
  margin-right: 20px;
  color: #000;
}
#menuGlossary .activeLink {
  border-bottom: 3px #FDBF11 solid;
  color: #1696d2;
  font-weight: 700;
}

.activeBox {
  box-shadow: 4px 2px 5px #f5f5f5;
}

#movingUp {
  position: fixed;
  padding-top: 138px;
  left: 28%;
  display: none;
}
#movingUp p {
  margin: 2px 0px;
  font-size: 18px;
  text-align: center;
  color: #5c5859;
}
#movingUp img {
  width: 30px;
  display: block;
  transform: rotate(180deg);
  margin: 0 auto;
  margin-bottom: -3px;
  text-align: center;
}

.tableGlossary {
  border-bottom: 1px #d2d2d2 solid;
  padding: 30px 0;
  padding-top: 130px;
}
.tableGlossary .tableLetter {
  font-size: 45px;
  text-transform: uppercase;
  color: #1696d2;
  font-weight: 400;
  margin: 10px 0;
  padding-left: 2%;
}
.tableGlossary .header {
  display: flex;
}
.tableGlossary .header p {
  width: 50%;
  padding-right: 3%;
  padding-left: 2%;
  margin: 0;
  font-weight: bold;
}
.tableGlossary .termDef {
  display: flex;
}
.tableGlossary .termDef p {
  width: 50%;
  padding-right: 3%;
  padding-left: 2%;
}

#table-A {
  padding-top: 160px;
}

.termDef:nth-of-type(2n) {
  background-color: #F5F5F5;
}

#share-icons > a:nth-child(3) > img {
  margin-right: 0 !important;
}

#date, #authors {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  font-style: italic;
  margin: 0 auto;
  margin-bottom: 0;
}

#date {
  margin: 5px auto 30px auto;
}

#sideMenu {
  position: fixed;
  width: 20%;
  margin: 0 auto;
  padding-right: 2%;
  padding-left: 3%;
  border-right: 1px solid #D2D2D2;
  height: calc(100% - 0px);
  overflow-y: auto;
}
#sideMenu p {
  margin-bottom: 35px;
  margin-top: 0;
}
#sideMenu .active {
  color: #1696d2;
  font-weight: bold;
}

p.blockText {
  width: 100%;
  margin: 0px auto;
  margin-bottom: 30px;
}

a, a:hover, a:visited, .internal {
  color: #1696d2;
  text-decoration: none;
}

.internal {
  cursor: pointer;
  pointer-events: all;
}

.chapter:first-of-type {
  padding-top: 70px;
}

.chapter > p {
  font-weight: 700;
}

.subChapter {
  padding-left: 35px;
  font-size: 18px;
  line-height: 27px;
}

.chapterClick {
  cursor: pointer;
}

/* Elements */
/* expandable boxes */
.expandableDiv {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 5px;
}
.expandableDiv .displayExpand, .expandableDiv .displayClose {
  background-color: #F5F5F5;
  cursor: pointer;
}
.expandableDiv .displayExpand .pStrong, .expandableDiv .displayClose .pStrong {
  width: 90%;
  margin: 0;
  padding: 10px 3%;
}
.expandableDiv .moreText {
  display: none;
  padding: 0 15px;
}
.expandableDiv .imgExpand {
  position: absolute;
  width: 24px;
  right: 3%;
  top: 21px;
}
.expandableDiv .rotate {
  transform: rotate(180deg);
}
.expandableDiv:first-of-type {
  margin-top: 45px;
}
.expandableDiv:last-of-type {
  margin-bottom: 45px;
}

ul {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 25px;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
ul li {
  line-height: 1.6;
  margin-bottom: 13px;
}

.imgBlock {
  margin: 0 auto;
  margin-bottom: 30px;
}
.imgBlock p {
  margin: 0;
}
.imgBlock img {
  width: 100%;
  background-color: rgb(226, 228, 232);
  border: 0;
}
.imgBlock .infographic {
  border-radius: 20px;
}
.imgBlock .sourceNote p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.ulBlock {
  margin: 0 auto;
  margin-bottom: 30px;
}

.iconsBlock {
  margin: 0 auto;
  margin-bottom: 30px;
}
.iconsBlock img {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 2px;
}
.iconsBlock p {
  display: inline-block;
  width: calc(100% - 90px);
  margin-top: 0;
  margin-bottom: 30px;
}
.iconsBlock p:last-of-type {
  margin-bottom: 0px;
}

/*END CSS FEATURE*/
/*CSS FOOTER*/
footer {
  background-color: #F5F5F5;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 45px;
}

#containerFooter {
  width: calc(100% - 40px);
  max-width: 750px;
  margin: 0 auto;
}

#containerFooter > .blocks {
  width: 100%;
  margin: 0 auto;
}

#containerFooter > .blocks > p {
  font-size: 20px;
  line-height: 32.5px;
}

a.download {
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.9em;
  border: 1px solid #000;
  padding: 0.5em;
  display: inline-block;
  margin-bottom: 1.1em;
  margin-right: 0.9em;
}

#containerFooter > div:nth-child(2) > p:nth-child(2) {
  font-style: italic;
}

#containerFooter > .blocks > h3 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 10px;
}

/*END CSS FOOTER*/
/*MEDIA QUERIES*/
@media screen and (max-width: 1200px) {
  #sideMenu {
    width: 30%;
    padding-right: 3%;
    padding-left: 2%;
  }

  #content {
    width: 65%;
    padding-left: 35%;
  }
  #content * {
    max-width: 600px;
  }

  .icon-out {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #content * {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #container {
    margin: 0 auto;
  }

  #menuBurger {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
    justify-content: space-between;
    cursor: pointer;
  }

  #reportContent {
    display: block;
  }

  #sideMenu {
    width: 100%;
    position: fixed;
    padding-right: 0;
    border: 0;
    z-index: 1;
    top: 50%;
    left: 190%;
    transform: translate(-50%, -50%);
    padding-left: 41%;
    height: calc(100% - 0px);
    background-color: transparent;
    -webkit-transition: left 2s, background-color 0.2s;
    -moz-transition: left 2s, background-color 0.2s;
    -ms-transition: left 2s, background-color 0.2s;
    -o-transition: left 2s, background-color 0.2s;
    transition: left 2s, background-color 0.2s;
  }
  #sideMenu #displayMobile {
    padding: 20px 6% 0 6%;
    background-color: white;
    padding-bottom: 50px;
    max-width: 70%;
  }

  #sideMenu.transition {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    left: 51%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: left 0.75s linear, background-color 0.55s linear 0.5s;
    -moz-transition: left 0.75s linear, background-color 0.55s linear 0.5s;
    -ms-transition: left 0.75s linear, background-color 0.55s linear 0.5s;
    -o-transition: left 0.75s linear, background-color 0.55s linear 0.5s;
    transition: left 0.75s linear, background-color 0.55s linear 0.5s;
  }

  .chapter:first-of-type {
    padding-top: 70px;
  }

  #acknowledgments p:last-of-type {
    margin-bottom: 10px;
  }

  .subChapter {
    padding-left: 0px;
  }

  #content {
    height: auto;
    padding-left: 0;
    padding-top: 51px;
    width: 100%;
  }
  #content #openingBlock, #content #dynamicContent, #content #acknowledgmentsDiv {
    width: calc(100% - 64px);
  }
  #content #openingBlock h1 {
    line-height: 46px;
    font-size: 38px;
  }
  #content #openingBlock h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .expandableDiv .displayExpand .pStrong, .expandableDiv .displayClose .pStrong {
    width: 85%;
    padding: 10px 5%;
  }
  .expandableDiv .imgExpand {
    right: 5%;
  }

  #glossaryHeader {
    width: calc(100% - 32px);
  }

  #menuGlossary {
    width: 100%;
    padding: 3px 0px 5px 0px;
    left: 0;
  }
  #menuGlossary p {
    margin-bottom: 5px;
  }
  #menuGlossary a {
    margin-right: 20px;
  }

  .tableGlossary {
    padding-top: 150px;
  }
  .tableGlossary .tableLetter {
    margin-bottom: 12px;
  }
  .tableGlossary .header {
    display: none;
  }
  .tableGlossary .termDef {
    display: block;
    padding: 10px 3%;
    margin-bottom: 40px;
  }
  .tableGlossary .termDef p {
    width: 100%;
  }
  .tableGlossary .termDef p:first-of-type {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .tableGlossary .termDef p:last-of-type {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  #table-A {
    padding-top: 180px;
  }

  /*CSS FOOTER <767px*/
  footer {
    padding-top: 48px;
  }

  #containerFooter > .blocks > h3 {
    font-size: 24px;
  }

  #containerFooter > .blocks > h3:first-of-type {
    margin-top: 0;
  }

  #containerFooter > .blocks > p {
    font-size: 18px;
  }

  /*END CSS FOOTER <767px*/
}
/*HOVER MEDIA QUERY*/
/*This makes hovers work only in desktop or devices with mouses or similar. It helps to avoid weird behaviours on mobile. It doesn't work on IE, so if the hover is essential, avoid this system*/
@media (hover: hover) and (pointer: fine) {
  a.download:hover {
    background-color: #000;
    color: #ffffff;
  }

  .chapterClick:hover {
    color: #1696d2;
  }
}
/*END HOVER MEDIA QUERY*/

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