  .nav-tabs .sub-active a{
 	color:#58595b;
 }

 .sub-nav ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-bottom:0px;
 }

 .sub-nav .nav-tabs li{
    max-width:16.6666666667%;
    font-size: 15px;
 }

 .sub-nav ul li {
    display: inline-block;
    padding: 0;
    margin: 0 10px 1.5em 10px;
    text-transform: uppercase;
    font-weight: 0;
    font-size: 0.866667em;
    text-align: center;
 }

 .sub-nav li a {
    text-decoration: none;
    font-weight: 700;
    padding: 0;
    line-height: 15px;
 }

 .sub-nav li a:hover {
    cursor: pointer;
 }

 .sub-active {
    border-bottom: 4px solid #58595b;
 }

 .nav-tabs .sub-active a{
    color:#58595b;
 }

 .sub-text h2 {
    text-transform: uppercase;
 }

 .nav-tabs li {
    margin: 10px;
 }

 .nav-tabs li a {
    color: #58595b;
    font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 10px 0 10px 0;
    margin-right: 0;
 }

 .nav-tabs>li.active>a,
 .nav-tabs>li>a {
    border: none;
    background-color: #fff;
    border-radius: 0;
 }

 .nav-tabs>li.active>a {
    color: #58595b;
    border-bottom: transparent;
    cursor: default;
 }

 .nav-tabs>li.active>a:focus,
 .nav-tabs>li.active>a:hover {
    color: #58595b;
    background-color: #fff;
    border: none;
    border-bottom: transparent;
    cursor: default;
    border-radius: 0;
 }

 .content-header{
    background-color: #3c5956;
 }

 .content-header h1{
    color: white;
 }

 .mobile-toggle {
    display: none;
 }

 .sub-active {
    border-bottom: 4px solid #58595b;
 }

    .pageContent, .sub-nav, .content-header{
        max-width: 1000px;
        margin: 30px auto;
    }

    .pageContent section{
        text-align: center;
        margin-bottom: 30px;
    }

    .bold{
        font-family: UniversLTStd, Arial;
        font-weight: 900;
    }

    .pageContent section h2{
        text-align: center;
        margin-bottom: 30px;
        font-size: 30px;
    }

    .coverageList, .awardsList, .pressReleases{
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        justify-content: center;
    }

    .coverageList .coverage, .pressReleases .pressRelease{
        width: 32%;
        padding: 0 8%;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .linkList a{
        text-transform: uppercase;
        text-decoration: underline;
    }


    .coverage{
        border-bottom: dotted 2px #efefef;
        margin-bottom: 30px;
    }

    .coverage:nth-child(3n+0):after,
    .coverage:nth-child(3n-1):after {
        content: '';
        width: 3px;
        height: 80%;
        position: absolute;
        border-right: 2px dotted #efefef;
        left: 2%;
        top: 15%;
    }

    .coverage:nth-last-child(-n+3) {
        border-bottom: unset;
    }

    .coverageImg, .awardImg{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;
    }

    .coverage h4{
        flex-grow: 1;
        font-size: 16px;
    }

    .coverage h4 a{
        color: #3c5956;
    }
    .coverage h4 a i{
        font-size: 12px;
    }

    .coverage p a{
        color: gray;
    }

    .coverage p a i{
        font-size: 11px;
        display: block;
    }

    #awardsSect{
        background-color: #efefef;
        padding: 2%;
    }
    .awardsList{
        margin-bottom: 30px;
    }

    .awardsList .award{
        width: 24%;
        padding: 0 4%;
        display: flex;
        flex-direction: column;
    }

    .awardsList .award img{
        margin-bottom:5px ;
    }

    .awardCat{
        display: block;
    }

    .prDate{
        margin-bottom: 5px;
        padding-bottom: 0;
        color: #3c5956;
    }

    .pressRelease{
        margin-bottom: 10px;
    }

    #pressInquires{
        background-color: #3c5956;
        color: white;
        padding: 2%;
    }

    #pressInquires a{
        color: white;
    }

    .pressInquiry{
        margin-bottom: 30px;
    }

    .pressInquiry h3{
        font-size: 20px;
    }

    .pressInquiry p{
        margin-bottom: 0;
        padding-bottom: 0;
    }

 @media screen and (max-width: 770px) {
    /*MOBILE SUB NAVIGATION*/

    .catHeadline{
        width: 100%;
        padding-bottom: 0px;
    }

    .nav-item .dropdown{
        margin-left: 0;
    }

    .nav-tabs {
        border-bottom: none;
        padding-left: 0;
        padding-top: 0;
    }
    .sub-nav ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 5px;
        padding-left: 0;
        padding-bottom: 15px;
    }

    .sub-nav ul li{
        margin-bottom:0;
        margin-top:0;
        padding-bottom:0;
        padding-top:0;
        margin-left:0;
    }

    .sub-nav ul li a{
        color: inherit;
        text-align:left;
        margin-bottom:0;
        margin-top:0;
        padding-bottom:0;
        padding-top:0;
        font-weight: lighter;
        font-size: 0.8em;
        text-transform:capitalize;

    }

    .nav-tabs li a i{
        color:#3c5956;
    }

    .sub-nav ul li p{
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0;
        color:#58595b;
    }

    .dropdown-menu {
        border-style: none;
        background-color: white;
        color: #58595b;
        font-family: UniversLTStd-Light, Helvetica, Arial, sans-serif;
        width: 272px;
        padding: 10px;
    }

    .sub-drop {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        line-height: 18px;
        padding-top: 7.5px;
        padding-bottom: 7.5px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }

    .sub-drop:last-of-type{
        border-bottom: none;
    }

    .desktop-toggle {
        display: none;
    }
    .mobile-toggle {
        display: block;
    }
 }

    .content-header{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color:#58595b;
        width:100%;
        height: 220px;
        background-size:cover;
        text-align:left;
        /*background-image:url('/imageassets/consulting-header.jpg');*/
    }

    .content-header h1{
        font-size: 2.133333em;
        margin:0;
        font-weight: bolder;
        text-align: left;
        padding-left: 25px;
        padding-top:25px;
        margin:0;
        font-family:UniversLTStd-Light, Helvetica, Arial, sans-serif;
    }

    .product-buttons{
        padding-left: 25px;
        padding-bottom: 25px;

    }

    .product-buttons a {
        width: 130px;
        padding: 6px 0;
        margin: 0 0 14px;
        font-family: UniversLTStd;
        font-size: 0.866667em;
        font-weight:bolder;
        line-height: 1em;
        font-weight: 700;
        color: white;
        background: #3b5854;
        border-radius:0px;
    }

    .product-buttons a:visited {
        color:white;
    }

    @media screen and (max-width: 770px){
        .content-header{
            margin-bottom: 30px;
        }
        .coverageList .coverage, .pressReleases .pressRelease{
            width: 50%;
        }
        .coverageImg{
            height: 250px
        }
        .awardsList .award{
            width: 32%;
        }
         .sub-nav .nav-tabs li{
            max-width:25%;
         }        
    }

    @media screen and (max-width: 770px){
        .awardsList .award{
            width: 50%;
        }

        .awardsList .award img{
            max-width: 150px;
        }
    }
