@charset "UTF-8";
/* CSS Document */

@import url("https://use.typekit.net/ble5stv.css");
body {
    font-family: 'lato', helvetica, sans-serif;
    background: url('images/page-bg.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}
h1, h2, h3 {
    font-weight: 900;
}
section h2 {
    color: #b13440;
    max-width: 40%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
}
section div.h2bg {
    background: url(images/bg-line.png)repeat-x 0px 20px;
    width: 100%;
    margin-bottom: 20px;
}
section#recommendations h3 {
    font-size: 1.45em;
    line-height: 1.5;
    margin-top: 20px;
}
strong {
    font-weight: 900;
}
p, li {
    font-size: 1.25rem;
}
li.nav-item {
    font-size: 1rem;
}
a {
    color: #336699;
}
.bg-dark {
}
.flex-row {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-content: stretch;
}
.flex-item {
    width: 50%;
}
.container {
    max-width: 95%;
}
.title-block {
    position: relative
}
.title-left {
    max-width: 73%;
    min-width: 455px;
}
.title-left img {
    max-width: 100%;
}
header {
    padding: 100px 0 100px !important;
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
}
 @media and (min-width: 992px) {
header {
 padding: 100px 0 100px;
}
}
section .container {
    background: #fff;
    padding: 80px 40px 40px 40px;
}
#dimensions-figure {
    background: url("images/diagram-bg.png") top center no-repeat;
    background-size: 86%;
    /* background-size: cover; */
    width: 87%;
    min-height: 764px;
    margin: 0 auto;
    position: relative;
}
#fig-infrastructure {
    position: absolute;
    top: 10.8%;
    left: 62.6%;
    max-width: 21%;
    cursor: pointer;
    transition: all .3s;
}
.infrastructure-txt {
    display: none;
    position: absolute;
    left: 85%;
    top: 11%;
    width: 40%;
}
#fig-natural {
    position: absolute;
    top: 5%;
    left: 38.7%;
    max-width: 21%;
    cursor: pointer;
    transition: all .3s;
}
.natural-txt {
    display: none;
    position: absolute;
    left: 60%;
    top: 5%;
    width: 40%;
}
#fig-human {
    position: absolute;
    top: 43%;
    left: 43%;
    max-width: 21%;
    cursor: pointer;
    transition: all .3s;
}
.human-txt {
    display: none;
    position: absolute;
    left: 64%;
    top: 44%;
    width: 40%;
}
#fig-political {
    position: absolute;
    top: 13%;
    left: 14.8%;
    max-width: 21%;
    cursor: pointer;
    transition: all .3s;
}
.political-txt {
    display: none;
    position: absolute;
    left: -28%;
    top: 13%;
    width: 40%;
}
#fig-social {
    position: absolute;
    top: 34%;
    left: 16%;
    max-width: 21%;
    cursor: pointer;
    transition: all .3s;
}
.social-txt {
    display: none;
    position: absolute;
    left: -24%;
    top: 26%;
    width: 40%;
}
#fig-financial {
    position: absolute;
    top: 31%;
    left: 63%;
    max-width: 21%;
    cursor: pointer;
    transition: all .3s;
}
.financial-txt {
    display: none;
    position: absolute;
    left: 85%;
    top: 32%;
    width: 40%;
}
.hover {
    display: block;
    background: rgba(51,51,51,.8);
    color: #fff;
    padding: 20px;
    z-index: 999;
}
/* Tooltip container */
.def-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 2px dotted black; /* If you want dots under the hoverable text */
}
.def-tooltip:hover {
    cursor: help;
}
/* Tooltip text */
.def-tooltip .tooltiptext {
    visibility: hidden;
    width: 420px;
    background-color: rgba(0,0,0,.9);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1
}
/* Show the tooltip text when you mouse over the tooltip container */
.def-tooltip:hover .tooltiptext {
    visibility: visible;
    cursor: help;
}
#dimensions-figure img:hover {
    max-width: 23%;
}
.recc-list {
    position: relative;
    padding: 0 0 20px 90px;
}
span.number.one, span.number.two, span.number.three, span.number.four, span.number.five, span.number.six, span.number.seven, span.number.eight, span.number.nine{
    position: absolute;
    left: -54px;
    font-size: 6em;
    font-weight: 900;
    top: -30px;
    color: #b13440;
    
    background: #ddd;
    width: 118px;
    text-align: right;
}

span.number.ten {
    position: absolute;
    left: -50px;
    font-size: 6em;
    font-weight: 900;
    top: -30px;
    color: #b13440;
    background: #ddd;
     width: 118px;
}
.fig-grp-big {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 999;
}
#blanket {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.8);
    z-index: 998;
    display: none;
}
#dimensions-list {
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 520px;
    margin: 0 auto;
}
.visible-xs {
    display: none;
}
.hidden-xs {
    display: block;
}
section ol li {
    padding-bottom: 20px;
}

@media all and (max-width: 640px) {
#dimensions-list {
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 100%;
    margin: 0 auto;
}
.visible-xs {
    display: block
}
.hidden-xs {
    display: none;
}
}

@media all and (max-width: 480px) {
}



.title-img {
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.title-img {
    
}



.btn-clear-dark {
    border: 1px solid black; 
    padding: 20px;
    color: black;
    text-decoration: none;
    width: 100%;
    display: block;
   
   
}
.overview-btn {
    border: 1px solid black;
    padding: 20px;
    color: black;
    text-decoration: none;
    width: 100%;
    max-width: 500px;
    display: block;
    position:relative;
    padding-left: 77px;
    text-align: left;
    margin-bottom: 6px;
    transition: all 1s;
}
.overview-btn a {
    white-space: normal;
}
.overview-btn-img {
    position: absolute;
    max-width: 50px;
    left: 13px;
    top: 5px;
}

.btn-clear-dark {
    border: 4px solid black;
    padding: 20px;
    color: black;
    text-decoration: none;
    width: 300px;
   
  text-transform: uppercase;
   
   letter-spacing: 1px;
     margin: 0 auto;
   
}
.btn-clear-light {
     border: 4px solid #fff; 
    padding: 20px;
    color: white;
    text-decoration: none;
    width: 300px;
    text-transform: uppercase;
    letter-spacing: 1px;
   
}

.overview-btn.btn:hover {
    border: 1px solid #a51a1a;
    background: #fff;
    width: 110%;
    box-shadow: 2px 2px 2px #000;
}

.recc-list li {
    margin-bottom: 15px;
}
