.single-reports #content .padding-inner h1.blog-title {
    background-color: rgba(255, 255, 255, .9);
    top: -50px;
    position: relative;
    width: 80%;
    left: 8%;
    padding: 30px;
}
.single-reports .grey {
    background-color: #c8c8c8;
    width: 100%;
    margin-left: -70px;
    padding-left: 70px;
    margin-right: 70px;
    padding-right: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.single-reports div#content {
    background: #9fa0a4 !important;
}
li.X img {
    height: 15px;
}
.single-reports .span9 {
    background: #fff;
}
.single-reports .padding-inner {
    margin-top: 30px !important;
}
.content-box {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: -50px;
}
.single-reports .span9 {
    filter: drop-shadow(0px 0px 4px #333);
}
.single-reports .indent {
     padding-left:30px;
     paddding-right:30px;
}
.single-reports span.blue {
    color: #128484;
}
.single-reports li {
     font-family: 'Segoe UI', sans-serif;
     font-weight: 500;
}
.single-reports td {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
}
.single-reports ol {
    list-style: lower-numeric;
}
.single-reports h1 {
    margin: 20px 0 0 0;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: inherit;
    font-size: 32px;
    text-rendering: optimizelegibility;
}
.single-reports .inner-page p {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 100%;
}
.single-reports .white h3 {
    color: #333;
    font-size: 160%;
}
.single-reports .white h2 {
    color: #128484;
    font-size: 180%;
}
.single-reports div#right-sidebar {
    background-color: #128484;
    padding: 30px;
    color: #fff;
    filter: drop-shadow(0px 0px 4px #333);
    font-family: 'Segoe UI', 'Open Sans';
    font-weight: 500;
}
.single-reports p {
    margin: 0 0 20px;
}
.single-reports #right-sidebar a {
    color: #fff;
    font-size: 100%;
}
.single-reports #right-sidebar h4 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
}
.single-reports #right-sidebar ul, .single-reports #right-sidebar ol {
    padding: 0;
    margin: 0 0 10px 0px;
    list-style: none;
}
.single-reports #right-sidebar li {
    line-height: 20px;
    margin-bottom: 10px;
}
.single-reports .social-sharing {
    background: #fff;
}
.reports-recent-posts-widget {
    margin-top: 15px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .single-reports #content .padding-inner h1.blog-title {
        top: 0px;
        position: inherit;
        width: 85%;
        left: 0px;
        padding: 0px;
        padding-left:30px;
        overflow-wrap: break-word;
    }
    .content-box {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 0px;
        overflow-wrap: break-word;
    }
    .single-reports .grey {
        margin-left: -30px;
        padding-left: 30px;
        margin-right: 30px;
        padding-right: 30px;
    }
    .single-reports h1 {
        margin: 25px 0 30px 0px;
    }
}
@media screen and (max-width: 350px) {
    .single-reports #content .padding-inner h1.blog-title {
        font-size: 200%;
        width: 85%;
        padding-left: 15px;
        line-height: normal;
    }
    .content-box {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0px;
    }
    .single-reports .grey {
        margin-left: -15px;
        padding-left: 15px;
        margin-right: 15px;
        padding-right: 15px;
    }
    .single-reports .white h3 {
        font-size: 160%;
    }
    .single-reports .white h2 {
        font-size: 180%;
    }
    .single-reports div#right-sidebar {
        padding: 15px;
    }
}
