• Welcome

    Dear Young Leader,

    Whether you know it or not, God has called you to lead in this generation.  Now, more than any other time in your life, you have the incredible opportunity to give yourself to a season of preparation

  • Students

    First Year Students

    Adam Hardy

    Hannah Gay

    Meghan Fijalka

    Amanda McFarland

    Ellie Rae Roberts

    Trebor Angerman

    Taylor Fyhrie

    Justin Cisco

    Katie Spivey

    Josh Spivey

    Kelsey Warner

    Micaiah Green

     

    Second Year Students

    Adam Reid

    Kayla Brandner

    Jessie James

  • Happening Now

  • Apply

    function toggleVis(boxid)
    {
    if(document.getElementById(boxid).isVisible == “true”)
    {
    toggleVisOff(boxid);
    }
    else
    {
    toggleVisOn(boxid);
    }
    }

    function toggleVisOn(boxid)
    {
    document.getElementById(boxid).setAttribute(“class”, “formBuilderHelpTextVisible”);
    document.getElementById(boxid).isVisible = “true”;
    }

    function toggleVisOff(boxid)
    {
    document.getElementById(boxid).setAttribute(“class”, “formBuilderHelpTextHidden”);
    document.getElementById(boxid).isVisible