/* ============================== */


/* ! Layout for desktop version   */


/* ============================== */


/* TABBED NEWS STYLES */

#tab_news {
    background-color: #506f9b;
    display: none;
    min-height: 640px;
    position: relative;
    z-index: 7;
}

.tabbed {
    display: inline-block;
    height: 520px;
    margin: 56px auto 28px auto;
    width: 94%;
}

.tabbed a {
    color: #000;
    font-weight: bold;
}

.tabbed h1 {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
}

.tabbed h2 {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.tabbed h2 a {
    text-decoration: none;
}

.tabbed h3 {
    color: #fff;
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: bold;
    margin-bottom: 15px;
}

.tabbed h4 {
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 15px;
}

.tabbed h5 {
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 25px;
}

.tabbed .button {
    background-color: #000;
    color: #fff;
    padding: 1em;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

.tabbed .button:hover {
    color: #607ca4;
}
.tabbed .sfRadSocialShareWrp {
	clear: both;
}
#tab_info {
    /* float: left; */
   /* width: 34%; */
}

#tab_info p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 1em;
}

#tab_info input {
    background-color: #577cb0;
    border: none;
    -moz-box-shadow: 0px 5px 15px 1px #222222;
    -webkit-box-shadow: 0px 5px 15px 1px #222222;
    box-shadow: 0px 5px 15px 1px #222222;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 10px auto;
    width: 200px;
}

.tabbed img {
    float: right;
    -moz-box-shadow: 0px 5px 15px 1px #222222;
    -webkit-box-shadow: 0px 5px 15px 1px #222222;
    box-shadow: 0px 5px 15px 1px #222222;
    width: auto;
    max-height: 100%;
}


/* SECTION 1: IMPACT */

#impact {
    background: url(/images1/homebgd_01_home.jpg) 50% 0 no-repeat fixed;
    background-size: 140%;
    min-height: 800px;
    padding-top: 106px;
    position: relative;
    width: 100%;
    z-index: 5;
}

#impact .section {
    background-color: transparent!important;
    width: 84%;
}

#impact_left,
#impact_right {
    height: auto;
    margin-top: 50px;
    width: 42%;
}

#impact_left {
    float: left;
    margin-left: 4%;
}

#impact_right {
    background-color: rgba(255, 255, 255, .8);
    float: right;
}


/* IMPACT: Left Side */

h1 {
    color: #000;
    font-size: 3em;
    margin: 15px 0;
    text-transform: uppercase;
}

h1 span {
    color: #597baa;
    font-weight: bold;
}

#impact_left p {
    color: #000;
    font-size: 1em;
    line-height: 1.7em;
}

#impact_left .quote {
    line-height: 1.2em;
    margin-top: 25px;
}

#impact_left a {
    color: #597baa;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
}

#impact_left a:hover {
    text-decoration: underline;
}

#vid_container {
    border: 15px solid #fff;
    margin-top: 40px;
    width: 94%;
}

#vid_container img {
    cursor: pointer;
    width: 100%
}


/* IMPACT: Right Side */

#impact_sub_head {
    margin: 3% 5% 0 5.5%;
}

#impact_sub_head h3 {
    color: #000;
    float: left;
    font-size: 1.125em;
    font-weight: bold;
    margin: 10px 0 4px 0;
    text-transform: uppercase;
}

#impact_sub_head a {
    float: right;
    height: 29px;
    margin-left: 2%;
    margin-bottom: 10px;
    width: 30px;
}

#mail {
    background: url(/images1/mail_icon.png) 0 0 no-repeat;
}

#mail:hover {
    background: url(/images1/mail_icon_hov.png) 0 0 no-repeat;
}

#rss {
    background: url(/images1/rss_icon.png) 0 0 no-repeat;
}

#rss:hover {
    background: url(/images1/rss_icon_hov.png) 0 0 no-repeat;
}

#stories {
    clear: both;
    margin: 2% 5% 2% 5.5%;
}

.story_row {
    border-top: 1px solid #999;
    height: 90px;
    padding: 10px 0;
}

.story_row:first-child {
    border-top: 5px solid rgba(87, 124, 176, 0.5);
}

.story_row img {
    float: left;
    margin-right: 2%;
}

.story_row p {
    color: #666;
    font-size: .75em;
    line-height: 1.4em;
}

.story_row a {
    color: #597baa;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

.story_row a:hover {
    text-decoration: underline;
}

#all_news {
    color: #597baa;
    display: block;
    font-size: .875em;
    font-weight: bold;
    margin-top: 15px;
    text-decoration: none;
}

#all_news:hover {
    text-decoration: underline;
}

#stories .sfnewsList:first-child {
    border-top: 5px solid rgba(87, 124, 176, 0.5);
}

.sfnewsListItem {
    border-bottom: 1px solid #999;
    min-height: 100px;
    padding: 10px 0;
    clear: both;
}

.sfnewsListItem a:hover {
    text-decoration: underline;
}

#stories .sfnewsMetaInfo {
    float: left;
    margin-right: 2%;
}

#stories .sfnewsMetaInfo img {
    width: 108px
}

.homeNewsDate {
    color: #666;
    font-size: .75em;
    line-height: 1.4em;
}

.sfnewsTitle {
    color: #597baa;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

.sfnewsSummary {
    color: #666;
    font-size: .75em;
    line-height: 1.4em;
}

a.sfnewsFullStory {
    font-size: .875em;
    font-weight: bold;
}


/* Application Download (Corner Link) */

#impact_corner {
    float: right;
    height: 150px;
    margin-top: 30px;
    width: 28%;
    clear: both;
}

#impact_corner a {
    text-align: center;
    text-decoration: none;
}

#impact_corner a:hover {
    text-decoration: underline;
}

#impact_corner img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 57px;
}

#impact_corner span,
#impact_corner p {
    display: block;
    font-size: 1.75em;
    line-height: 1.5em;
}

#impact_corner span {
    color: #597baa;
    font-weight: bold;
}

#impact_corner p {
    color: #000;
}


/* SECTION 2: 2012 - 2013 PROGRAM */

#program2012 {
    background: url(/images1/homebgd_02_2012-2013.jpg) 50% 0 no-repeat fixed;
    background-size: 110%;
    padding-top: 140px;
    position: relative;
    height: 850px;
    width: 100%;
    z-index: 4;
}

#hero_2012 {
    background-color: rgba(0, 0, 0, .75);
    height: 435px;
    position: relative;
    width: 100%;
}


/* HERO: Left Side */

#hero_left {
    float: left;
    height: 100%;
    width: 56%;
}

#hero_left h1 {
    color: #6282ae;
    font-size: 3.6em;
    font-weight: bold;
    margin: 30px 0 10px 30px;
}

#hero_left h2 {
    color: #fff;
    font-size: 2.6em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 12px 30px;
}

#hero_left p {
    color: #fff;
    font-size: .875em;
    margin: 0 0 20px 30px;
    line-height: 1.6em;
}

#hero_left a {
    color: #577cb0;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    margin-left: 30px;
    text-decoration: none;
}

#hero_left a:hover {
    text-decoration: underline;
}


/* HERO: Right Side */

#hero_right {
    float: right;
    height: 100%;
    width: 37%;
}

.news2012 {
    border-bottom: 1px solid #4a4949;
    margin: 1px auto;
    padding: 15px 0;
    width: 80%;
}

.news2012:first-child {
    margin-top: 40px;
}

.news2012.last {
    border: none;
}

.news2012 p {
    color: #fff;
    font-size: .75em;
    line-height: 1.7em;
}

.news2012 a {
    color: #597baa;
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

.news2012 a:hover {
    text-decoration: underline;
}

#view_current {
    background-color: #577cb0;
    border: none;
    -moz-box-shadow: 0px 5px 15px 1px #000;
    -webkit-box-shadow: 0px 5px 15px 1px #000;
    box-shadow: 0px 5px 15px 1px #000;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: .8em;
    font-weight: bold;
    height: 30px;
    margin: 20px auto;
    width: 200px;
}


/* Videos 2012-13 */

#videos_2012 {
    height: 210px;
    margin: 25px auto;
    position: relative;
    width: 100%;
}

.featured_video {
    background-color: #577cb0;
    -moz-box-shadow: 0px 5px 15px 1px #222222;
    -webkit-box-shadow: 0px 5px 15px 1px #222222;
    box-shadow: 0px 5px 15px 1px #222222;
    float: left;
    min-height: 200px;
    margin-right: 2%;
    width: 18%;
}

.featured_video:last-child {
    margin-right: 0;
}

.featured_video a {
    display: block;
    margin-bottom: 4%;
}

.featured_video h5,
.featured_video p {
    margin-left: 7%;
}

.featured_video h5 a {
    color: #000;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

.featured_video h5 a:hover {
    text-decoration: underline;
}

.featured_video p {
    color: #fff;
    font-size: .75em;
    line-height: 1.2em;
}

.featured_video p:last-child {
    padding-bottom: 5px;
}

.featured_video img {
    cursor: pointer;
    width: 100%
}

#view_more {
    background-color: #577cb0;
    border: none;
    -moz-box-shadow: 0px 5px 15px 1px #222222;
    -webkit-box-shadow: 0px 5px 15px 1px #222222;
    box-shadow: 0px 5px 15px 1px #222222;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 10px auto;
    width: 200px;
    clear: both;
}


/*SF Style Override*/

.sfContentBlock > a {
    text-decoration: none;
}


/* SECTION 3: 2013 - 2014 PROGRAM */

#program2013 {
    background: url(/images1/homebgd_03_2013-2014.jpg) 50% 0 no-repeat fixed;
    background-size: 125%;
    height: 700px;
    padding-top: .1px;
    position: relative;
    width: 100%;
    z-index: 3;
}

#hero_2013 {
    background-color: rgba(0, 0, 0, .75);
    height: 462px;
    margin-top: 120px;
    position: relative;
    width: 100%;
}

#hero_info {
    position: absolute;
    margin: 30px 7% 0 3.5%;
    width: 90%
}

#hero_2013 h1 {
    color: #577cb0;
    font-size: 3.75em;
    font-weight: bold;
    margin-bottom: 15px;
}

#hero_2013 h2 {
    color: #fff;
    font-size: 2.625em;
    font-weight: bold;
    margin-bottom: 15px;
}

#hero_2013 p {
    color: #fff;
    font-size: .875em;
    font-weight: bold;
    line-height: 1.7em;
    margin-bottom: 20px;
}

#hero_2013 a {
    color: #577cb0;
    display: inline-block;
    font-size: 1.125em;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
}

#hero_2013 a:hover {
    text-decoration: underline;
}

#hero_2013 #application {
    background-color: #577cb0;
    border: none;
    -moz-box-shadow: 0px 5px 15px 1px #000;
    -webkit-box-shadow: 0px 5px 15px 1px #000;
    box-shadow: 0px 5px 15px 1px #000;
    color: #fff;
    display: block;
    float: right;
    font-size: .875em;
    height: auto;
    line-height: 1.5em;
    margin-top: -20px;
    padding: 10px 20px;
}

#hero_2013 #application:hover {
    text-decoration: none;
}


/* SECTION 4: 2014 - 2015 PROGRAM */

#program2014 {
    background: url(/images1/homebgd_04_2014-2015.jpg) 50% 0 no-repeat fixed;
    background-size: 120%;
    height: 700px;
    padding-top: .1px;
    position: relative;
    width: 100%;
    z-index: 2;
}

#hero_2014 {
    background-color: rgba(0, 0, 0, .75);
    height: 480px;
    margin-top: 120px;
    position: relative;
    width: 100%;
}

#hero_info2 {
    position: absolute;
    margin: 30px 7% 0 3.5%;
    width: 90%
}

#hero_2014 h1 {
    color: #577cb0;
    font-size: 3.75em;
    font-weight: bold;
    margin-bottom: 15px;
}

#hero_2014 h2 {
    color: #fff;
    font-size: 2.625em;
    font-weight: bold;
    margin-bottom: 2px;
}

#hero_2014 h5 {
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 15px;
}

#hero_2014 p {
    color: #fff;
    font-size: .875em;
    font-weight: bold;
    line-height: 1.7em;
    margin-bottom: 20px;
}

#hero_2014 a {
    color: #577cb0;
    display: inline-block;
    font-size: 1.125em;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
}

#hero_2014 a:hover {
    text-decoration: underline;
}

#hero_2014 #application {
    background-color: #577cb0;
    border: none;
    -moz-box-shadow: 0px 5px 15px 1px #000;
    -webkit-box-shadow: 0px 5px 15px 1px #000;
    box-shadow: 0px 5px 15px 1px #000;
    color: #fff;
    display: block;
    float: right;
    font-size: .875em;
    height: auto;
    line-height: 1.5em;
    margin-top: 0px;
    padding: 10px 20px;
}

#hero_2014 #application:hover {
    text-decoration: none;
}


/* ========================================= */


/* ! Layout for tablet (landscape) version   */


/* ========================================= */

@media handheld,
only screen and (max-width: 1024px) and (min-width: 781px) {
    /* TABBED NEWS STYLES */
    #tab_info {
       /* width: 34%; */
    }
    #tab_info p {
        line-height: 1.5em;
        margin-bottom: 5%;
    }
    .tabbed img {
        width: 50%;
    }
    /* SECTION 1: IMPACT */
    #impact {
        background: url(/images1/homebgd_01_home.jpg) 50% 0 repeat-y fixed;
        background-size: 190%;
        padding-top: 156px;
    }
    #impact_left,
    #impact_right {
        height: auto;
    }
    /* IMPACT: Left Side */
    #impact_left h1 {
        font-size: 2.5em;
    }
    #impact_left p {
        font-size: .95em;
        line-height: 1.5em;
    }
    .quote {
        margin-top: 15px;
    }
    #vid_container {
        margin-top: 20px;
    }
    /* IMPACT: Right Side */
    .story_row {
        height: 75px;
    }
    .story_row img {
        width: 25%;
    }
    .story_row a {
        font-size: 1em;
    }
    #all_news {
        margin-top: 1px;
    }
    /* Application Link */
    #impact_corner {
        float: right;
        height: 100px;
        margin-top: 30px;
        width: 39%;
    }
    #impact_corner img {
        float: left;
        padding-top: 15px;
        margin-right: 10px;
        width: 57px;
    }
    #impact_corner span,
    #impact_corner p {
        display: block;
        float: left;
        font-size: 1.5em;
        line-height: 1.4em;
    }
    /* SECTION 2: 2012 - 2013 PROGRAM */
    #program2012 {
        background-size: 130%;
        padding-top: 1px;
    }
    /* HERO: Left Side */
    #hero_2012 {
        margin-top: 70px;
    }
    #hero_left h1 {
        font-size: 3.1em;
        margin-top: 20px;
    }
    #hero_left h2 {
        font-size: 2.1em;
        margin-bottom: 10px;
    }
    #hero_left p {
        line-height: 1.5em;
        margin-bottom: 15px;
    }
    /* VIDEOS 2012-2013 */
    #videos_2012 {
        margin-bottom: 5px;
    }
    /* SECTION 3: 2013 - 2014 PROGRAM */
    #program2013 {
        background-size: 100%;
        background-repeat: repeat-y;
        height: 600px;
    }
    #hero_2013 {
        margin-top: 80px;
    }
    #hero_2013 h1 {
        font-size: 3.25em;
    }
    #hero_2013 h2 {
        font-size: 2.125em;
    }
    #hero_2013 p {
        line-height: 1.6em;
        margin-bottom: 16px;
    }
    #hero_2013 #application {
        font-size: .8em;
        padding: 7.5px 15px;
        margin-top: -10px;
    }
    /* SECTION 4: 2014 - 2015 PROGRAM */
    #program2014 {
        background-size: 170%;
        background-repeat: repeat-y;
        height: 600px;
    }
    #hero_2014 {
        margin-top: 80px;
    }
    #hero_2014 h1 {
        font-size: 3.25em;
    }
    #hero_2014 h2 {
        font-size: 2.125em;
    }
    #hero_2014 h5 {
        font-size: 1em;
    }
    #hero_2014 p {
        line-height: 1.6em;
        margin-bottom: 16px;
    }
    #hero_2014 #application {
        font-size: .8em;
        padding: 7.5px 15px;
        margin-top: -10px;
    }
}


/* ============================= */


/* ! Layout for tablet version   */


/* ============================= */

@media handheld,
only screen and (max-width: 780px) and (min-width: 481px) {
    /* TABBED NEWS STYLES */
    #tab_news {
        min-height: 860px;
    }
    .tabbed h1 {
        font-size: 2em;
    }
    .tabbed h2 {
        font-size: 1.5em;
    }
    .tabbed h4 {
        font-size: 1em;
    }
    .tabbed h5 {
        font-size: 1em;
    }
    #tab_info {
        width: 100%;
        margin-bottom: 5%;
    }
    #tab_info p {
        line-height: 1.3em;
        margin-bottom: 1%;
    }
    .tabbed img {
        float: none;
        width: 99%;
        margin: 0 auto;
    }
    /* SECTION 1: IMPACT */
    #impact {
        background-color: #dfe0e2;
        background-position: 0 145px;
        background-repeat: repeat-y;
        background-size: 180%;
        height: auto;
        padding: 142px 0 40px 0;
    }
    #impact_left,
    #impact_right {
        height: auto;
        width: 45%;
    }
    /* IMPACT: Left Side */
    #impact_left h1 {
        font-size: 2.0em;
    }
    #impact_left p {
        font-size: .90em;
        line-height: 1.5em;
    }
    #impact_left .quote {
        margin-top: 15px;
    }
    #vid_container {
        margin-top: 20px;
    }
    /* IMPACT: Right Side */
    .story_row {
        height: 65px;
    }
    .story_row img {
        width: 27%;
    }
    .story_row a {
        font-size: .9em;
    }
    #all_news {
        margin-top: 5px;
    }
    /* Application Link */
    #impact_corner {
        float: right;
        height: 100px;
        margin-top: 30px;
        width: 41%;
    }
    #impact_corner img {
        float: left;
        padding-top: 10px;
        margin-right: 10px;
        width: 36px;
    }
    #impact_corner span,
    #impact_corner p {
        display: block;
        float: left;
        font-size: 1.1em;
        line-height: 1.2em;
    }
    /* SECTION 2: 2012 - 2013 PROGRAM */
    #program2012 {
        background-size: 150%;
        background-repeat: repeat-y;
        padding-top: 1px;
        height: auto;
    }
    /* HERO: Left Side */
    #hero_2012 {
        margin-top: 40px;
    }
    #hero_left h1 {
        font-size: 2em;
        margin-top: 15px;
    }
    #hero_left h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    #hero_left p {
        line-height: 1.3em;
        margin-bottom: 15px;
    }
    #hero_left a {
        font-size: 1em;
    }
    #view_current {
        font-size: .75em;
        height: 30px;
        margin: 10px auto;
        width: 190px;
    }
    /* VIDEOS 2012-2013 */
    #videos_2012 {
        height: auto;
    }
    .featured_video {
        min-height: 150px;
    }
    /* SECTION 3: 2013 - 2014 PROGRAM */
    #program2013 {
        background-size: 150%;
        background-repeat: repeat-y;
        height: 600px;
    }
    #hero_2013 {
        height: 500px;
        margin-top: 50px;
    }
    #hero_2013 h1 {
        font-size: 2.75em;
    }
    #hero_2013 h2 {
        font-size: 1.5em;
    }
    #hero_2013 p {
        line-height: 1.4em;
        margin-bottom: 10px;
    }
    #hero_2013 #application {
        float: right;
        padding: 10px 20px;
        margin-top: 10px;
    }
    /* SECTION 4: 2014 - 2015 PROGRAM */
    #program2014 {
        background-size: 110%;
        background-repeat: repeat-y;
        height: 625px;
    }
    #hero_2014 {
        height: 520px;
        margin-top: 50px;
    }
    #hero_2014 h1 {
        font-size: 2.75em;
    }
    #hero_2014 h2 {
        font-size: 1.5em;
    }
    #hero_2014 h5 {
        font-size: 1em;
    }
    #hero_2014 p {
        line-height: 1.4em;
        margin-bottom: 10px;
    }
    #hero_2014 #application {
        float: right;
        padding: 10px 20px;
        margin: 10px 0;
    }
}


/* ============================= */


/* ! Layout for mobile version   */


/* ============================= */

@media handheld,
only screen and (max-width: 520px) {
    /* TABBED NEWS STYLES */
    #tab_news {
        display: none;
    }
    /* SECTION 1: IMPACT */
    #impact {
        background-color: #dfe0e2;
        background-position: 0 0;
        background-repeat: repeat-y;
        height: auto;
        padding: 10px 0;
    }
    #impact_left,
    #impact_right {
        clear: both;
        float: none;
        height: auto;
        margin: 5px auto;
        width: 100%;
    }
    /* IMPACT: Left Side */
    #impact_left h1 {
        font-size: 2.0em;
    }
    #impact_left p {
        font-size: .90em;
        line-height: 1.5em;
    }
    #impact_left .quote {
        margin-top: 15px;
    }
    #vid_container {
        margin-top: 20px;
        width: auto;
    }
    /* IMPACT: Right Side */
    #impact_sub_head {
        padding-top: 10px;
    }
    .story_row {
        height: 80px;
    }
    .story_row img {
        width: 28%;
    }
    .story_row a {
        font-size: 1em;
    }
    #all_news {
        margin-top: 5px;
    }
    /* Application Link */
    #impact_corner {
        float: right;
        height: 80px;
        margin: 20px auto;
        width: 95%;
    }
    #impact_corner img {
        float: left;
        padding-top: 10px;
        margin-right: 10px;
        width: 57px;
    }
    #impact_corner span,
    #impact_corner p {
        display: block;
        float: left;
        font-size: 1.5em;
        line-height: 1.3em;
        text-align: center;
    }
    /* SECTION 2: 2012 - 2013 PROGRAM */
    #program2012 {
        background-size: 130%;
        background-repeat: repeat-y;
        padding-top: 1px;
        height: auto;
    }
    /* HERO: Left Side */
    #hero_2012 {
        margin-top: 20px;
        height: auto;
    }
    #hero_left,
    #hero_right {
        float: none;
        width: 90%;
    }
    #hero_left {
        margin-top: 20px;
    }
    #hero_left h1 {
        font-size: 2.25em;
        padding-top: 10px;
    }
    #hero_left h2 {
        font-size: 1.75em;
        margin-bottom: 10px;
    }
    #hero_left p {
        line-height: 1.2em;
        margin-bottom: 15px;
    }
    #hero_left a {
        font-size: 1em;
    }
    #view_current {
        font-size: .75em;
        height: 30px;
        margin: 15px auto;
        width: 190px;
    }
    /* HERO: Right Side */
    #hero_right {
        width: 100%;
    }
    .news2012 {
        width: 80%;
    }
    .news2012:first-child {
        margin-top: 20px;
    }
    /* Videos 2012-13 */
    #videos_2012 {
        height: auto;
        margin: 25px auto;
        position: relative;
        width: 100%;
    }
    .featured_video {
        margin: 10px auto;
        float: left;
        margin: 10px 5%;
        min-height: 100px;
        width: 40%;
    }
    .featured_video a {
        display: block;
        float: none;
        margin-bottom: 1%;
    }
    .featured_video h5,
    .featured_video p {
        margin: 5px 10%;
    }
    .featured_video h5 a {
        color: #000;
        font-size: 1em;
    }
    .featured_video p {
        color: #fff;
        float: none;
        font-size: .75em;
        line-height: 1.2em;
    }
    /* SECTION 3: 2013 - 2014 PROGRAM */
    #program2013 {
        background-position: -100px 0;
        background-size: 140%;
        background-repeat: repeat-y;
        height: auto;
    }
    #hero_2013 {
        min-height: 580px;
        height: auto;
        margin: 40px auto;
    }
    #hero_info {
        margin-top: 20px;
    }
    #hero_2013 h1 {
        font-size: 2.25em;
    }
    #hero_2013 h2 {
        font-size: 1.5em;
    }
    #hero_2013 p {
        font-weight: 100;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    #hero_2013 #application {
        float: none;
        margin: 15px auto;
        text-align: center
    }
    /* SECTION 4: 2014 - 2015 PROGRAM */
    #program2014 {
        background-position: -130px 0;
        background-size: 140%;
        background-repeat: repeat-y;
        height: auto;
    }
    #hero_2014 {
        min-height: 580px;
        height: auto;
        margin: 40px auto;
    }
    #hero_info2 {
        margin-top: 20px;
    }
    #hero_2014 h1 {
        font-size: 2.25em;
    }
    #hero_2014 h2 {
        font-size: 1.5em;
    }
    #hero_2014 h5 {
        font-size: 1em;
    }
    #hero_2014 p {
        font-weight: 100;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    #hero_2014 #application {
        float: none;
        margin: 15px auto;
        text-align: center;
    }
    /* FOOTER */
    /* Footer NAV */
    #foot_nav {
        margin: 10px auto 20px auto;
        width: 100%;
    }
    #foot_nav li {
        font-size: .9em;
        margin-right: 5%;
        text-align: center;
    }
    /* Footer Social */
    #foot_social {
        width: 30%;
        margin-right: 0;
    }
    #foot_social a {
        margin-right: 1%;
    }
    /* Footer Contact Information */
    #foot_contact {
        width: 70%;
    }
}


/* ============================= */


/* ! Layout for mobile version smaller   */


/* ============================= */

@media handheld,
only screen and (max-width: 320px) {
    /* SECTION 1: IMPACT */
    #impact_corner span,
    #impact_corner p {
        display: block;
        font-size: 1em;
        line-height: 1em;
    }
    #impact_corner span {
        margin-top: 10px;
    }
    /* SECTION 3: 2013 - 2014 PROGRAM */
    #hero_2013 {
        min-height: 700px;
    }
    /* SECTION 4: 2014 - 2015 PROGRAM */
    #hero_2014 {
        min-height: 700px;
    }
}


/* ========================================== */


/* ! Provide higher res assets for iPhone 4   */


/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {}