﻿@media only screen and (min-width:660px) and (max-width:1000px)
{

    .tablet
    {
        display: block;
    }

    /***** Header *******/
    header .miniNavWrp > div
    {
        padding: 0px;
    }
    header .miniNavWrp .miniNavOptions
    {
        border-bottom-right-radius: 0px;
    }

    header .logoWrp img
    {
        max-width: 310px;
        padding: 0px;
    }


    /***** General *******/
    .sideNavTitle,
    .sala2ColTempWrp .sf_2cols_1_33 .sfNavTreeviewWrp
    {
        top: 0;
        margin-bottom: 0px;
    }
        .sala2ColTempWrp .sf_2cols_1_33 .sfNavTreeviewWrp li li
        {
            border-left: 9px solid #D2D8E4;
        }
        .sala2ColTempWrp .sf_2cols_1_33 .sfNavTreeviewWrp li a
        {
            padding: 12px 8px 12px 30px;
        }
            .sala2ColTempWrp .sf_2cols_1_33 .sfNavTreeviewWrp li a.active .activeArrow
            {
                top:6px;
            }
    section .homeFeatWrp,
    section .servicesTopWrp,
    section .donateTopWrp,
    section .getInvoledTopWrp
    {
        padding-bottom: 30px;
    }
    /***** Home *****/
    section .homeFeatWrp .sf_colsOut .sf_colsOut .sf_colsIn,
    section .homeFeatWrp .sf_colsOut .sf_colsOut .sf_colsIn:hover,
    section .homeFeatWrp .sf_colsOut .sf_colsOut .sf_colsIn p,
    section .homeFeatWrp .sf_colsOut .sf_colsOut .sf_colsIn:hover p
    {
        max-height:none;
    }
    section .homeFeatWrp .sf_colsOut .sf_colsOut .sf_colsIn
    {
        margin-top: 20px;
    }
    section .homeSliderWrp
    {
        padding-bottom: 0px;
    }
    section .heroWrp .homeFeatWrp > div
    {
        max-width: 700px !important;
    }
    /***** 2 Col Template *******/
    .sala2ColTempWrp
    {
        padding-top:30px;
        padding-bottom: 30px;
    }
    .sala2ColTempWrp .sf_2cols_1_33
    {
        width: 39% !important;
    }

    .sala2ColTempWrp .sf_2cols_2_67
    {
        width: 61% !important;
    }
        .sala2ColTempWrp .sf_2cols_2_67 > .sf_2cols_2in_67
        {
            padding-left: 0;
        }
    /***** Sub Pages ******/
    .subPgHero
    {
        float: none;
        width: auto;
        position: static;
        right: 0px;
        margin-bottom: 0;
        padding-top: 60px;
    }
    section .heroWrp .sf_1col_1_100 .sf_1col_1_100 > div
    {
        min-height:0px;
    }
    .sideNavTitle h2
    {
        padding-top:14px;
    }
    .sideNavTitle h2,
    .sala2ColTempWrp .sf_2cols_1_33 .sfNavTreeviewWrp li a
    {
        padding-left:20px;
    }
    .donateSideBarWrp, .hereToHelpSideBarWrp
    {
        padding: 13px 18px 18px 18px;
    }
    /*Home Page*/
    section .homeFeatWrp
    {
        height:auto;
        background-color: rgba(82, 35, 60, 1);
    }
    section .contentWrp .sfimageWrp.landingHeroImg.homeSliderImg
    {
        height: 46%;
    }
    section .contentWrp .sfimageWrp.landingHeroImg img
    {
        height: 100%;
    }
    section .homeSliderWrp p.quote
    {
        font-size: 1.4em;
    }
        section .homeSliderWrp p.quote + .small
        {
            font-size: 1.1em;
            margin-bottom: 5px;
        }
    section .heroWrp .homePageSliderWrp li .homePageSlideContent
    {
        padding: 47px 0px 30px 0px;
    }
    .slideSub img
    {
        left: 60%;
    }
    section .homeSliderWrp p
    {
        width: 63%;
    }
    section .homeSliderWrp h1
    {
        font-size: 3.2em;
    }
        section .homeSliderWrp h1 span
        {
            font-size: .4em;
        }
    .slideNav div
    {
        top:auto;
        bottom:20px;
        width:30px;
        height:30px;
        right:30px;
    }
        .slideNav div.prev
        {
            right:auto;
            left:30px;
        }
    section .homeFeatWrp .sf_colsOut .sf_colsOut
    {
        width:50%;
        margin-bottom:0px;
    }
    .donateTodayWrp
    {
        background:none;
    }
        .donateTodayWrp .logosWrp
        {
            height:auto;
            padding-bottom: 14px;
        }
            .donateTodayWrp .logosWrp .sfImageWrapper img
            {
                max-height: none;
                width: 5%;
                vertical-align: middle;
            }
        .donateTodayWrp h2
        {
            padding-top: 30px;
            border-top: 1px solid #ECF0F4;
        }
    section .homeFeatWrp .homeFeatBtnWrp
    {
        height:auto !important;
    }

    /*Footer*/
    footer .footerMainContentWrp .sf_cols
    {
        display: block;
        margin-top: 23px;
    }
    footer .footerMainContentWrp .sfimageWrp
    {
        float: none;
        border-right: none;
        padding: 0px;
        margin: 0 auto;
        display: block;
    }
    footer .sfNavHorizontal
    {
        text-align:center;
    }
        footer .sfNavHorizontal li
        {
            float: none;
            display: inline-block;
        }
            footer .sfNavWrp ul li a
            {
                padding: 0 12px;
            }
    footer .socialIconWrp, footer .copyrightContent
    {
        display: block;
        text-align: center;
    }
    footer .footerMainContentWrp .copyrightContent
    {
        padding-left: 0;
        display: block;
        text-align: center;
    }
}
@media only screen and (min-width:660px) and (max-width:980px)
{

    /***** General *******/
    section .sf_4cols_1_25,
    section .sf_4cols_2_25,
    section .sf_4cols_3_25,
    section .sf_4cols_4_25,

    section .sf_4cols_3_25 .sf_4cols_3in_25
    {
        margin-left:0px;
    }


    /***** 2 Col Template *******/
    .sala2ColTempWrp .sf_2cols_1_33 .sf_2cols_1in_33
    {
        margin-right: 30px !important;
    }
}