.keyFindings ul.findingsList {
    list-style: none;
}

.findingsTitle {
    margin: 0 0 35px !important;
}

.findingContent {
    width: 83%;
    float: left;
    padding-right: 10%;
}

.sidebarQuote img {
    max-width: 100%;
    margin: 0 auto 1em auto;
    text-align: center;
    padding: 0 10%;
}

 
 

.figureContent.video {
    width: 100%;
    background: rgb(137,187,75);
    background: -moz-linear-gradient(top, rgba(137,187,75,1) 0%, rgba(70,127,26,1) 100%);
    background: -webkit-linear-gradient(top, rgba(137,187,75,1) 0%,rgba(70,127,26,1) 100%);
    background: linear-gradient(to bottom, rgba(137,187,75,1) 0%,rgba(70,127,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89bb4b', endColorstr='#467f1a',GradientType=0 );
    text-align: center;
}

.figureContent iframe {
    width: 80%;
    min-height: 28.5em;
    margin: 0 auto;
    text-align: center;
    padding: 1.5em;
    background: #A5D25F;
}

#video .figure .figureSocial {
    position: absolute;
    right: 2em;
    top: 5em;
}

.apendix img {
    max-width: 100%;
    margin-bottom: 2em;
}

  #pnlInformationBody { 
        width: 50%;
        margin: 0 auto;
     }

@media (max-width: 1000px) {
    #pnlInformationBody { 
        width: 90%;
     }
}