@media screen and (max-width: 767px) {

    .PageTitle h2 {
        line-height: 50px;
    }

    .BlurbWrap {
        width: 85.7%;
    }

    #ProgramImage img {
        display: none;
    }

    #ProgramSeperator {
        text-align: center;
    }

    #ProgramText ul {
        text-align: left;
    }

    #ProgramText h3:after {
        left: 50%;
    }

    #ProcessIntro p {
        margin-left: 5px;
        margin-right: 5px;
    }

    #ProcessList li {
        width: auto;
        border-bottom: 1px solid #b3b1b1;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

        #ProcessList li:last-child {
            border: none;
        }

    .ProcessIcon {
        display: none;
    }

    #ProcessList:after {
        display: none;
    }


    @media screen and (max-width: 560px) {

        #ProgramSeperator {
            height: 350px;
        }

        #ProgramText ul {
            width: 290px;
            margin-right: 0px;
        }

    }
                

                    
}
