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


h1, h2, h3 {
    font-weight: 900;
}
strong {
    font-weight: 900;
}
p, li {
    font-size: 1.05rem;
}
.intro-text p {
    font-size: 16px !important
}
fb li.nav-item {
    font-size: 1rem;
}
.bg-dark {
    /* background: #000 !important; */
/* Rectangle: */
    background-image: linear-gradient(-180deg, #76AD0C 0%, #417505 100%);
}
.flex-row {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-content: stretch;
    flex-wrap: wrap;
}
.flex-item {
/* width: 50%; */
}
.container {
    max-width: 1200px;
}
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;
}
}
#blanket {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.8);
    z-index: 998;
    display: none;
}
.visible-xs {
    display: none;
}
.hidden-xs {
    display: block;
}
section ol li {
    padding-bottom: 20px;
}

@media all and (max-width: 640px) {
.visible-xs {
    display: block
}
.hidden-xs {
    display: none;
}
}
#introtext {
    width: 65%;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
}
#introtext h1 {
    color: #3A85B3;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5rem;
}
#introtext h2 {
}
#introtext p {
    font-size: 16px !important;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 36px;
}
#introtext .btn-intro {
    background: #333;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 16px;/* margin: 25px; *//* margin-top: 30px; */
}
section div.h2bg {
    background: url(images/bg-line.png)repeat-x 0px 20px;
    width: 100%;
    margin-bottom: 20px;
}
section h2 {
    font-size: 42px;
    color: #13425a;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.25 !important;
}
section .container {
/* Rectangle 3: */
    /* background: rgba(35, 31, 32, 0.94); */
    /* padding: 80px 40px 40px 40px; */
}
section#recommendations h3 {
    font-size: 1.25em;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 700;
    color: #fff;
}
.recc-list {
    position: relative;
    padding: 20px;
    text-align: center;
    color: #000;
    width: 25%;
    margin: 20px;
    background: #077292;
    border-top: 10px solid #b7a023;
    border-radius: 10px;
}
.recc-list .fas {
    font-size: 3.2rem;
    color: #fff;
    border-radius: 10px;
    background: #0295B3;
    width: 100px;
    height: 100px;
    padding: 20px;
}
.divider-white {
    width: 55%;
    border-top: 1px solid #fff;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

header {
    padding: 154px 0 100px;
}

@media (min-width: 992px) {
header {
    padding: 156px 0 100px;
}
}
section {
    padding: 50px 0;
    min-height: 100%;
    margin-bottom: 0px;
    position: relative;
}
.intro-sub {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

@media all and (max-width: 640px) {
#introtext h1 {
    color: #3A85B3;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
}
#introtext h2 {
    font-size: 1.40rem
}
.recc-list {
    position: relative;
    padding: 20px;
    text-align: center;
    color: #000;
    width: 95%;
    margin: 20px;
    background: #077292;
    border-top: 10px solid #b7a023;
    border-radius: 10px;
}
header {
    height: 100%;
}
}
.flex-item-hdr {
    position: relative;
    font-family: 'oswald', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #417505;
    padding-left: 69px;
    overflow: hidden;
    min-height: 82px;
    padding-top: 9px;
    line-height: 1.25 !important;
}
.flex-item-hdr img {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 62px;
    max-height: 65px;
}
ul#conclusion-list {
    list-style: none;
    position: relative;
    padding-left: 0px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}
#conclusion-list li {
    position: relative;
    padding: 24px;
    padding-left: 107px;
    margin-bottom: 16px;
    line-height: 1.5;
    min-height: 105px;
    padding-top: 19px;
    /* padding: 10px; */
    border-radius: 16px;
    background: #d8eef8 url(img/list-bg-arrow.png) no-repeat left top;
    background-size: 100px;
    margin: 1%;
    width: 48%;
    color: #21556c;
}
span.bignumber {
    font-weight: 900;
    position: absolute;
    left: 21px;
    top: 2px;
    /* line-height: 6; */
    font-size: 5rem;
    line-height: 6rem;
    color: #fff;
    font-family: 'oswald', sans-serif;
}
section#socioeconomic-goals {
    background: rgb(49 173 235 / 22%);
}
#conclusions {
    background: url(img/decarb_background.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#conclusions .container {
    background: rgb(255 255 255 / 91%);
    padding: 40px;
    border-radius: 16px;
}
.hover {
    cursor: pointer;
}
#conclusions figure {
    padding: 20px;
}
#conclusions figcaption {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 20px;
}
.policy-list {
    list-style: none;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0px;
    padding-top: 30px;
}
.policy-list li {
    background: url(img/icon-linearrow.png) no-repeat;
    background-position: 0 6px;
    background-size: 2%;
    padding-left: 34px;
    margin-bottom: 20px;
}
.container-white {
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 40px;
}
#strategies {
    background: #fff;
    background: rgba(255, 255, 255,1);
    background-color: rgba(255, 255, 255, 1);
background: #fff;
}
#faq {
    background: rgba(255, 255, 255,.8);
     background-color: rgba(255, 255, 255, .8);
}
#accordionFaq .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#accordionFaq .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.row.strategy-boxes {
    justify-content: space-between;
    align-content: stretch;
}
.strategy-boxes > div {
    /* background: #efefef; */
    /* padding: 20px; */
    margin: 2%;
    text-align: center;
    border-radius: 7px;
    transition: all .2s;
    width: 28%;
  
    background: #d8eef8;
}

.strategy-boxes > div:hover {
    box-shadow: 3px 3px 10px #999;
    cursor: pointer;
}
.strategy-icon {
    font-size: 30px;
    color: green;
    margin: 0 auto;
    display: block;
}
#strategies ul li {
    margin-bottom: 10px;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background: #689d09 !important;
    color: #fff !important;
}
.modal-body {
    background: #fff !important;
}
.button.close {
    color: #fff !important;
}

.strategy-boxes .card {
    border: none !important;
   background-color: transparent;

}

.card-text {
    font-weight: 900;
}
#bottom-share i {
    font-size: 40px;
    color: black;
    margin: 2%;
}
#bottom-share a {
    margin-right: 1%;
}
#bottom-share span {
    line-height: 40px;
    vertical-align: middle;
    margin-right: 2%;
}

@media screen and (max-width: 640px){
    .flex-row {
        display: block;
    }
    .flex-item {
        width: 100% !important;
    }
    .strategy-boxes > div {
    /* background: #efefef; */
    /* padding: 20px; */
    margin: 2%;
    text-align: center;
    border-radius: 7px;
    transition: all .2s;
    width: 100%; 
    background: #d8eef8;
}
}