@media screen and (min-width:731px) {
    .recruiters-top{
        padding-bottom: 70px;
    }

    .recruiters-top .main-center{
        max-width: 1200px;
    }

    .recruiters-top h1 + p{
        font-size: 28px;
        line-height: 32px;
        font-weight: 400;
    }

    .recruiters-top h1 + p span{
        font-size: 2em;
    }

    .states-wrap{
        position: relative;
        display: block;
    }

    .states-wrap:after{
        content: "";
        display: block;
        clear: both;
        width:100%;
    }

    .states-map{
        float: left;
        width: 70%;
        padding: 0 20px 50px 0;
        box-sizing: border-box;
    }

    .owl-wrap{
        float: right;
        width:30%;
        padding:0;
        position: absolute;
        bottom:0px;
        right:0px;
    }

    .owl-wrap .owl{
        max-width: 100%;
        margin:30px auto 0;
    }

    .breakdown-wrap{
        font-size: 0px;
        text-align: center;
        margin:10px 0 0;
    }

    .breakdown{
        display: inline-block;
        width: 30.25%;
        margin: 0 2%;
        vertical-align: top;
    }

    .breakdown:first-child{
        margin-left: 0;
    }

    .breakdown:last-child{
        margin-right: 0;
    }

    .selects-wrap select{
        height: 40px;
        padding-left: 6px;
    }

    .demographics-no-results{
        left: 25%;
        width: 50%;
    }

    .row.viewed-unlocked{
        display: none;
    }
}