@import url("//www.uab.edu/styles/5.0/css/groups/cas_group.css");
  

    /*///////////////////////////////////////BEGIN Banner///////////////////////////////////////*/
    /**************BEGIN Image***************/

    .wideload-banner {
        background-color: #231F20;
        background-image: url("images/images/graphics/Home_banner_1280x350.jpg");
        min-height: 350px;
        background-size: cover;
        background-position: left;
        position: relative;
        width: 100%;
    }

    .wideload-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 350px;
        overflow: hidden;
        z-index: 2;
    }

    .wideload-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70%;
    }
    /*---BEGIN Mobile---*/

    @media only screen and (min-width: 1025px) {
        .wideload-banner {
            background-image: url("/writingcenter/images/images/graphics/Home_banner_1280x350.jpg");
        }
    }

    @media only screen and (min-width:760px) and (max-width: 1024px) {
        .wideload-banner {
            background-image: url("/writingcenter/images/images/graphics/Home_banner_1024x350.jpg");
        }
    }

    @media only screen and (min-width:550px) and (max-width: 760px) {
        .wideload-banner {
            background-image: url("/writingcenter/images/images/graphics/Home_banner_768x350.jpg");
        }
    }

    @media only screen and (min-width:300px) and (max-width: 550px) {
        .wideload-banner {
            background-image: url("/writingcenter/images/images/graphics/Home_banner_420x350.jpg");
        }
    }
    /*---END Mobile---*/
    /**************END Image***************/
    /**************BEGIN Text***************/

    .wideload-banner h1,
    .wideload-banner h2 {
        text-align: center;
    }

    .wideload-banner h1 {
        color: #fff;
        margin: 0px;
    }

    .wideload-banner h2 {
        color: #A3CD65;
        margin: 0px;
    }

    .wideload-content h1 {
        font-size: 48pt;
        text-shadow: 2px 2px 2px black;
    }

    .wideload-content h2 {
        font-size: 24pt;
        font-family: din-condensed, san-serif !important;
        text-transform: uppercase;
        text-shadow: 2px 2px 2px black;
    }
    /*---BEGIN Mobile---*/

    @media only screen and (max-width: 980px) {
        .wideload-content {
            width: 95%;
        }
        .wideload-content h1 {
            font-size: 48px !important;
        }
        .wideload-banner h2 {
            font-size: 24px !important;
        }
    }
    /*---END Mobile---*/
    /**************END Text***************/

  /*---BEGIN Interior Banner---*/

.wideload-banner-interior {


    background-image: url("/writingcenter/images/images/graphics/half_banner_1280x100.jpg");

    background-size: cover;

    height:180px;

}



    @media only screen and (min-width:760px) and (max-width: 1024px) {
        .wideload-banner-interior {
            background-image: url("/writingcenter/images/images/graphics/half_banner_1024x100.jpg");

        }





    }

    @media only screen and (min-width:550px) and (max-width: 760px) {
        .wideload-banner-interior {
            background-image: url("/writingcenter/images/images/graphics/half_banner_768x100.jpg");

        }



    }

    @media only screen and (min-width:300px) and (max-width: 550px) {
        .wideload-banner-interior {
            background-image: url("/writingcenter/images/images/graphics/half_banner_420x350.jpg");

        }



    }

    /*---END Mobile---*/
    /*---End Interior Banner---*/
    /*///////////////////////////////////////END Banner///////////////////////////////////////*/




/*BEGIN Other Writing Center Site Specific CSS*/

.moduletable.homepageModuleMultH3 > h3 {

font-size: 22pt;
    letter-spacing: .025em;
    line-height: 120% !important;
    padding-left: 10px;
    border-left: 8px solid #A3CD65;
    font-family: proxima-nova, sans-serif !important;
    text-transform: none;
}
/* Styles first h3 to template heading style in modules with more than one h3 */

  @media only screen and (min-width: 1024px) {
  .item-page.shortPage {
    min-height: 700px;
}
  }
  
  /*Adds a minimum height to short pages.  Add class .shortPage to menu item to add this minimum height.*/
  
  /*END Other Writing Center Site Specific CSS*/
