section.main-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.main-section img.thumbnail {
    border-radius: 10px;
    margin-bottom: 15px;
}
section.main-section .report_container {
    text-align: center;
}

section.main-section .report_container a {
    display: block;
}
.awc_nav .container .row .sevenths a {
    font-family: Mulish,sans-serif;
    font-size: 1.125rem;
    line-height: 1.25;
    letter-spacing: -.05rem;
    color: #fff;
    font-weight:800;
    text-align: center;
    display:block;
    height:150px;
    width:100%;
    padding:15px;
    padding-top:45px;
    background-color: #00587C;
}
.awc_nav .container .row .sevenths a:hover{
    color:#00587C;
    background-color: #e5eef1;
    text-decoration: none;
}
.awc_nav{
    background-image: url("/wp-content/uploads/2018/11/At-What-Cost-texture.png");
    background-color: #00587C;
    padding-top:30px;
    padding-bottom:30px;

}
.awc_nav .container .row .sevenths{
    width:14.25%;
    padding-left:15px;
    padding-right:15px;
    float:left;
}
@media only screen and (min-width: 769px) and (max-width: 1023px){
    .awc_nav .container .row .sevenths{width:50%;
        margin-bottom:15px;
    }
}
@media only screen and (max-width: 768px){
    .awc_nav .container .row .sevenths{width:100%;
        margin-bottom:15px;}
}

section.map a.DC {
    color: #fff;
    font-family: Mulish,sans-serif;
}
.state_profile {
    padding-top: 45px;
    padding-bottom: 45px;
}

.single-report-post .report-header .intro-column-wrapper {
    display: block;
}

.single-report-post .report-header .intro-column-wrapper .flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 990px){
    .single-report-post .report-header .intro-column-wrapper .flexbox {
        flex-wrap: wrap;
    }
}

.single-report-post .report-header .authors {
    flex 0 0 255px;
}