body{
    font-family: Lato;
    color: #353535;
}
a, .anchorLink, .sectionLink{
    color: #1696d2;
    text-decoration: none;
    cursor: pointer;
}
/********************************************/
/********** TABLE OF CONTENTS ***************/
/********************************************/
#toc{
    width: 260px;
    position: fixed;
    top: 51px;
    height: calc(100% - 131px);
    overflow-y: scroll;
    padding: 40px;
    border-right: 1px solid #D2D2D2;
}
.contentsHeader.topLevel, .contentsHeader.header{
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: bold;
}
.contentsHeader.question{
    font-size: 18px;
    padding-left: 35px;
}
.contentsHeader{
    margin-bottom: 35px;
    cursor: pointer;
}
.contentsHeader.active{
    color: #1696d2;
}
.contentsHeader.header{
    pointer-events: none;
}
.contentsHeader:hover{
    color: #1696d2;
}


/********************************************/
/********** MAIN PAGE CONTENT ***************/
/********************************************/

#pageContainer{
    width: calc(100% - 340px);
    left: 340px;
    position: relative;
    top: 42px;
    margin-bottom: 150px;
}
#page{
    margin: 0 auto;
    width: 560px;
}

.frameworkHighliight{
    background: #CFE8F3;
    padding: 3px 0px;
}
.contentBlock.title{
    font-size: 30px;
    font-weight: bold;
    padding-top: 42px;
    padding-bottom: 28px;
    margin: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #d2d2d2;
}
.contentBlock.title .eyebrow{
    font-size: 15px;
    text-transform: uppercase;
    color: #9D9D9D;
    margin-bottom: 8px;
}
.contentBlock.title .eyebrow span{
    font-weight: normal;
}    
.contentBlock.title.question{
    border-bottom: 1px solid transparent;   
    margin-bottom: 0px;
    padding-bottom: 18px;
}
.contentBlock.video.intro {
    margin-top: 44px;
}
.contentBlock.gif.intro{
    margin-top: 44px;
    width: 100%;
}
.contentBlock.gif.intro img{
    width: 100%;
}
.takeawayContainer{
    border: 1px solid #d2d2d2;
    position: relative;
    margin-bottom: 75px;
    padding: 33px;
}
.takeawayHeader{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;  
}
.takeawayUl{
    list-style-image: url("../images/ulDot.png");
    padding-left: 25px;
}
.takeawayLi{
    margin-bottom: 13px;
    line-height: 1.6;
}
.liStrong{
    font-weight: bold;
    color: #353535;
}
.contentBlock.paragraph p, .caseStudySubEl.paragraph{
    line-height: 1.6;
    margin-bottom: 40px;
    margin-top: 0px;
}
.contentBlock.correction{
font-size: 14px;
    font-style: italic;
    margin-top: 60px;
}
.caseStudySubEl.unorderedList li{
    line-height: 1.6;
    margin-bottom: 10px;
}
.caseStudySubEl.unorderedList{
    margin-bottom: 40px;
}
.caseStudyContainer{
    border-left: 3px solid #FCCB41;
    padding-left: 25px;
    margin-left: -28px;
}
.caseStudySubEl.image{
    width: 240px;
    display: block;
    float: right;
    margin-left: 50px;
}
.caseStudySubEl.image img{
    width: 100%;
}
.caseStudySubEl.title{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
}
.caseStudySubEl.footnote{
    font-size: 13px;
}
.caseStudySubEl.footnote span{
    font-weight: bold;
    margin-right: 10px;
}
.contentBlock.quote, .contentBlock.expand{
    display: flow-root;
    margin-bottom: 40px;
}
.quoteContainer{
    width: 100%;
    float: right;
}
.quoteQuote{
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    color: #696969;
    padding-bottom: 10px;
}
.quoteSource{
    float: left;
    display: table;
    padding-top: 20px;
    text-align: left;
    font-weight: bold;
    color: #353535;
}
.quoteSource:before{
    content: '';
    width: 60px;
    height: 2px;
    background: #E88E2D;
    position: relative;
    top: -12px;
    display: block;
    margin-bottom: 6px;
}
.quoteSourceInfo{
    font-weight: normal;
    color: #696969;
}
.expandContainer{
    background: #e5e5e5;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 33px;
    padding-bottom: 70px;
    position: relative;  
    overflow: hidden;  
    margin-top: 3px;
    margin-bottom: 3px;
}
.expandTitle{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.expandControl{
    position: absolute;
    bottom: 28px;
    right: 28px;
    cursor: pointer;
}
.expandControlText{
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.expandPlus{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    position: relative;
}
.expandVert{
    width: 2px;
    height: 14px;
    background: #1696d2;
    left: 6px;
    position: relative;
    top: 1px;
    transform: rotate(0deg);
}
.expandHor{
    width: 14px;
    height: 2px;
    background: #1696d2;
    position: absolute;
    top: 7px;
}
.expandSubEl.paragraph{
    line-height: 1.6;
    margin-bottom: 40px;
}
.expandSmall{
    line-height: 1.6;
}
.contentBlock.orderedList{
    line-height: 1.6;
}
.orderedList ol{
    line-height: 1.6;
    margin-bottom: 50px;
    padding-left: 15px;
    list-style: decimal;
}
.orderedList ol li{
    margin-bottom: 10px;
}
h3{
    font-size: 22px;
    font-weight: bold;
}
.mainContentUl{
    list-style-image: url("../images/ulDot.png");
    padding-left: 25px;
}
.mainContentUl li{
    margin-bottom: 13px;
    line-height: 1.6;
}
.expandSubEl.unorderedList ul{
    list-style-image: url("../images/ulDot.png");
    padding-left: 25px;   
    margin-bottom: 40px;
}
.expandSubEl.unorderedList ul li{
    line-height: 1.6;
    margin-bottom: 13px;
}
.toolboxEl{
    border-left: 3px solid #98CF90;
    padding-left: 25px;
    margin-left: -28px;
    margin-bottom: 40px;
}
.toolBoxSubEl.title{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
}
.tbImgTitle{
    font-size: 24px;
    font-weight: 300;
    margin-top: 40px;
    font-style: normal;
}
.toolBoxSubEl.paragraph img{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}
.toolBoxImg{
    width: 310px;
    float: right;
    display: block;
    margin-bottom: 5px;
}
.toolBoxImg img{
    width: 100%;
}
.toolBoxImg div a{
    color: #1696d2;
    text-decoration: none;    
}
.toolBoxSubEl.paragraph{
    line-height: 1.6;
    margin-bottom: 40px;
}
.inlineImageContainer{
    width: 100%;
}
.inlineImageTitle{
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}
.inlineImageContainer img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.listPBreak{
    display: block;
    height: 20px;
}
.printView{
    display: none;
}
.contentBlock.urbanLogo{
    display: none;
}
.credHed{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.jobTitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 20px;    
}
.ghLink{
    margin-top: 20px;
}
.ghLink a{
    font-size: 14px;
    font-style: italic;
    color: #1696d2;
}



.contentBlock.title.intro{
    font-size: 42px;
    text-align: center;
}
.contentBlock.authors.intro{
    font-style: italic;
    font-size: 18px;
    text-align: center;
}
.contentBlock.pubDate.intro{
    font-size: 18px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}
.contentBlock.title.intro div span{
    display: block;
    font-weight: 300;
}
.contentBlock.caseStudy.consequences{
    margin-bottom: 40px;
}
.printIcon{
    display: inline-block;
    float: right;
    cursor: pointer;
    position: relative;
    top: 7px;
}
.printIcon div{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    color: #1696d2;    
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: -7px;
}
.printIcon img{
    width: 36px;
    display: inline-block;
}


td a{
    text-decoration: none;
    color: #1696d2;
}
.resourceTableQ{
    width: 20px;
    font-weight: bold;
    background: #CFE8F3;
    padding: 2px 8px;
    color: #353535 !important;
    text-decoration: none;
    cursor: pointer;
    margin-right: 3px;
}
.resourceTableQ:hover{
    background: #1696d2;
    color: #fff !important;
}


/* Fixed column scroll bar spacer styling */
.tablesorter-scroller-bar-spacer {
  background: #eee;
}
/* add border to right side (LTR pages) of fixed column */
.tablesorter-scroller-fixed:after {
  content: '';
  border-right: 1px solid #444;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  /* set to zero for non-jquery ui themes; use "left" here for RTL pages */
  right: 0;
  /* match the margins set to the table to keep the border the same height as the table */
  margin: 10px 0 15px;
}

/* using-x-theme added by the demo code */
.using-jui-theme .tablesorter-scroller-fixed:after {
  /* use "left" here for RTL pages */
  right: 0;
}
.using-green-theme .tablesorter-scroller-fixed:after,
.using-black-ice-theme .tablesorter-scroller-fixed:after,
.using-dark-theme .tablesorter-scroller-fixed:after,
.using-dropbox-theme .tablesorter-scroller-fixed:after {
  /* match the margins set to the table to keep the border the same height as the table */
  margin: 0;
}

/* OPTIONAL CSS! */
#fixed-columns-table tbody td {
  /* force "Notes" column to not wrap, so we get a horizontal scrolling demo! */
  white-space: nowrap;
  /* Add min column width, or "Index" column filter gets too narrow to use */
  min-width: 60px;
}
.tablesorter-pager .pagedisplay {
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}

table{
    margin-top: 0px !important;
}
table{
    font-family: Lato !important;
    font-size: 16px !important; 
    padding: 0px !important;
    border: none !important;
}
td:nth-child(1){  
    display: block;
    width: 300px;
    padding-top: 36px !important;
    font-weight: bold;
    text-align: left !important;
}
td:nth-child(1) a{
    color: #1696d2 !important;
}
td:nth-child(6) {  
    display: block;
    width: 140px;
    padding-top: 36px !important;
    /*color: #1696d2 !important;*/
    /*font-weight: bold;*/
}

td a{
    color: #1696d2 !important;
}
th{
    text-align: center;
}
td{
    border-bottom: 1px solid #dcdcdc;
    height: 100px;
    padding: 1px 10px !important;
    vertical-align: middle !important;

}
tr{
    height: 100px;
}
.tablesorter-scroller-spacer.remove-me td{
    padding: 0px !important;
}
th{
    text-transform: uppercase;
    border: none !important;
    background: #d2d2d2 !important;
    border-radius: 0px !important;
}
.tablesorter-headerRow, th{
    height: 58px !important;
}
element.style {
    user-select: none;
}
.tablesorter-jui .header, .tablesorter-jui .tablesorter-header {
    cursor: pointer;
    white-space: normal;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button.ui-state-active:hover {
    /* border: 1px solid #003eff; */
    background: #1696d2 !important;
    font-weight: normal;
    color: #fff;
}
.tablesorter-filter-row, .tablesorter-filter-row td{
    height: 58px !important;
}
.tablesorter-filter-row td:nth-child(1), .tablesorter-filter-row td:nth-child(6){
    padding-top: 14px !important;
}
tr:nth-child(even) {background: #f5f5f5}
tr:nth-child(odd) {background: #FFF}

.tablesorter-jui td {
    border: none !important;
    text-align: right;
}
table{
    border-spacing: 0px !important;
}


thead th {
    background-repeat: no-repeat;
    background-position: right center;
}
th .tablesorter-icon { 
    padding-right: 18px;
    position: relative;
    width: 15px;
    height: 15px;
}
th .tablesorter-icon:before,
th .tablesorter-icon:after {
    border: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: 50%;
    position: absolute;
    width: 0;
}
th .tablesorter-icon:before {
    border-bottom-color: #696969;
    margin-top: -13px;
}
th .tablesorter-icon:after {
    border-top-color: #696969;
    margin-top: 1px;
}
th .tablesorter-icon.ui-icon-carat-1-n.ui-icon-caret-1-n:before{
    border-bottom-color: #ffffff;
}
th .tablesorter-icon.ui-icon-carat-1-n.ui-icon-caret-1-n:after{
    border-top-color: #1696d2;
}
th .tablesorter-icon.ui-icon-carat-1-s.ui-icon-caret-1-s:before{
    border-bottom-color: #1696d2;
}
th .tablesorter-icon.ui-icon-carat-1-s.ui-icon-caret-1-s:after{
    border-top-color: #ffffff;
}
.tablesorter-jui thead tr th .ui-icon{
    right: -6px;
}

th:nth-child(1) .tablesorter-header-inner, th:nth-child(6) .tablesorter-header-inner, th:nth-child(7) .tablesorter-header-inner, th:nth-child(8) .tablesorter-header-inner{
    top: 12px;
    position: relative;
}
#resourcesContainer{
    display: none;
    width: calc(100% - 454px);
    left: 400px;
    position: relative;
    top: -100px;
}
#tableContainer{
    position: relative;
    top: 2px;
    margin-bottom: 150px;
    width: 100%;
    box-shadow: 18px 0 13px -19px #e3e3e3; 
    border: 1px solid #d2d2d2;
}


#resourceIntro{
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 40px;

}
.tt-icon{
    font-style: normal;
    width: 22px;
    height: 16px;
    display: inline-block;
    background: #9d9d9d;
    text-align: center;
    vertical-align: sub;
    color: #fff;
    font-family: Lato;
    font-size: 14px;
    border-radius: 100%;
    padding-bottom: 6px;
    position: relative;
    top: -4px;
    margin-left: 6px;
    cursor: pointer;
}

.tt-container {
    position: absolute;
    color: #353535;
    font-family: Lato;
    background: #f3f3f3;
    text-align: left;
    padding: 22px 24px;
    border: 1px solid #d2d2d2;
    width: 250px;
    overflow-wrap: break-word;
    left: -138.5px;
    font-size: 12px;
    top: 33px;
}
.tt-close{
    position: absolute;
    top: 9px;
    right: 9px;
    width: 17px;
}
.tt-container:after, .tt-container:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tt-container:after {
    border-color: rgba(243, 243, 243, 0);
    border-bottom-color: #f3f3f3;
    border-width: 10px;
    margin-left: -10px;
}
.tt-container:before {
    border-color: rgba(210, 210, 210, 0);
    border-bottom-color: #d2d2d2;
    border-width: 11px;
    margin-left: -11px;
}


@media print{
    #toc, #header-pinned{
        display: none;
    }
    .contentBlock.title{
        padding-top: 0px;
    }
    .expandContainer{
        height: fit-content !important;
        height: -moz-fit-content;
    }
    .expandFull{
        display: block !important;
    }
  @page {
    size: 210mm 297mm; /* portrait 
    /* you can also specify margins here: */
    margin: 15mm;   
   /*margin-right: 45mm;  for compatibility with both A4 and Letter */
  }
}