﻿/* Footer */

#footer {
    /*background: #3E372F url('/Style Library/WorldVision/Images/bkgdTileFooter.png') repeat center top;*/
    background-color: #f1e7e1;
    min-height: 285px;
    padding-top: 15px;
}

    #footer .width970 {
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    #footer .inline-menu {
        float: left;
        width: auto;
        max-width: none;
        margin: 0;
        background: none;
        min-height: 0;
        height: 22px;
        text-align:left;
    }

        #footer .inline-menu li {
            float: left;
            padding-left: 5px;
            margin-right: 5px;
            border-left: 1px solid #d3c0a5;
        }

            #footer .inline-menu li:first-child {
                border: none;
                padding-left:0px;
            }

    #footer li a {
        color: #483f35;
        text-decoration: none;
    }
        /*June 5th as per wvi.org site*/
    #footer li a:hover 
    {
        color: #FF6600;
        text-decoration: none;
    }


    #footer #horizontal-links {
        overflow: hidden;
    }

    #footer select {
        width: 190px;
        margin: 0 30px 0 0;
        float: left;
        font-size: 11px;
    }

    #footer ul, #logo-holder {
        padding: 0 2.089% 0 0;
        margin: 20px 2.089% 30px 0;
        display: inline-block;
        vertical-align: top;
       /* max-width: 14.85%;
        min-width: auto !important;*/
        min-height: 130px;
        font-size: .6875em;
        color: #3c3830;
        list-style: none;
        background: url('/Style Library/WorldVision/Images/footer_ul_border.gif') no-repeat right 12px;
    }
      /*  #footer ul:nth-last-child(3) {
            display: none;
        }*/
#logo-holder {
    padding: 0;
    margin-top: -77px;
   /* width: 127px;*/
    background: none;
    text-align: center;
    float: right;
}

    #logo-holder img {
        float: left;
    }

#footer ul strong {
    font-weight: bold;
    font-size: 1.09em;
    text-transform: uppercase;
}

#footer #copyright {
    font-size: .6875em;
    color: #99908a;
    text-align: left;
    padding: 10px 0 20px;
}

#logo-holder> img:first-child {
    padding-top: 30px;
    padding-right: 5px;
}

.region a {
    color: #483f35;
    text-decoration:none;
}
.region a:hover {
    color: #ff6600;
    text-decoration: none;
}
.region a:visited {
    color: #483f35;
    text-decoration: none;
}

/* Tablet or smaller */
@media screen and (max-width:960px) {
    #footer .container {
        width: auto !important;
    }

    #footer .width970 {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    #footer select {
        display: none;
    }

    /* make footer width relative */
    #horizontal-links {
        width: 100% !important;
        overflow: hidden;
    }

    #footer ul, #logo-holder {
        background: none !important;
        max-width: 100% !important;
        min-width: 0 !important;
        max-height: 100% !important;
    }

    #footer ul {
        margin-right: 3% !important;
        padding: 0 !important;
    }

    #footer #logo-holder {
        width: auto !important;
        float: right;
        margin-bottom: 0 !important;
        padding: 10px;
        min-height: auto;
    }

    #logo-holder img {
        margin-left: 20px;
        vertical-align: middle;
        position: relative;
        display: inline-block;
        float: none !important;
    }

        #logo-holder img:first-child {
            margin-left: 0px;
        }

    #footer ul.inline-menu, #footer ul.inline-menu li {
       /* position: relative;*/
        display: block;
    }

    #footer ul.inline-menu {
        left: 50%;
    }

        #footer ul.inline-menu li {
            right: 50%;
        }
}

@media screen and (max-width:830px) {
    #footer ul {
        margin-right: 6% !important;
        padding: 0 !important;
    }

        #footer ul:nth-child(6) {
            clear: left;
            margin-top: 0;
        }
}

/* mobile view only */
@media screen and (max-width:720px) {
    #footer {
        min-height: 0 !important;
    }

        #footer #horizontal-links {
            height: auto !important;
        }

            /* Hide the international select box */
            #footer #horizontal-links select {
                display: none;
            }

            #footer #horizontal-links ul {
                left: 0 !important;
                margin-right: 0 !important;
            }

        /* Hide the long footer menus */
        #footer .width970 > ul {
            display: none;
        }

        /* Fix the 3 logos and center them */
        #footer #logo-holder {
            display: block !important;
            float: none;
            margin :0;
        }
        
         #footer #copyright{
              text-align: center;
         }

        #footer .inline-menu {
            height: auto !important;
            float: none !important;
        }

        #footer ul.inline-menu li {
            right: 0 !important;
            float: none !important;
            border-left: none !important;
            display: block !important;
            font-size: 16px !important;
            border-bottom: 1px solid #c2b7b1;
            padding: 8px 0;
        }

            #footer ul.inline-menu li:first-child {
                border-bottom: 1px solid #c2b7b1;
            }
}

@media screen and (max-width:480px) {

    .region {font-size: 14px !important}
    #footer ul.inline-menu li {
        font-size: 14px !important;
    }
}

@media screen and (max-width:360px) {
    #footer #horizontal-links, #footer #horizontal-links ul {
        height: auto !important;
    }
}
.region-bar {
                float:right;
                padding-right: 100px;
                }
.region {
                font-family: Arial, Helvetica, sans-serif;
                font-size: .6875em;
                color: #483f35;
                vertical-align: 7px;
                padding-left: 7px;
                }
 
@media screen and (max-width: 720px) {
    .region {font-size: 16px !important}
 
                .region-bar{
                                padding-top: 10px;
                                float: left !important;
                }
}
@media screen and (max-width:830px) {
               
                .region-bar {
                                padding-right: 0px !important;
                }
}