﻿/* CSS 3.0 specification */
/* Author: bors235 */
/* Last updated: May 5, 2014 */

/* =========================================================*/
/* LANDSCAPE tablet device styles */
/* =========================================================*/
@media screen and (min-width: 769px) and (max-width: 960px) {
    #fixed-bottom {
        display: none; /*temp*/
    }
    
    /*#forCommon, #forBusiness, #forWorkers, #forProviders {
        display: none;
    }*/

    #footer {
        clear: both;
        width: 100%;
    }

    
    /*================FUNCTIONAL FOOTER================*/
    
    #functionalFoot {
        min-height: 315px;
        max-height: 700px;
        background: #41606A;
    }

    #footer div.module {
        float: left;
        text-align: left;
        /*width: 214px;*/
        width: 21.766%;
        padding: 10px;
    }

    #footer div.separator { /*vertical rule*/
        float: left;
        width: 1px;
        /*height: 225px;*/
        height: auto;
        min-height: 225px;
        margin: 10px 0;
        background: #728991;
    }

    /*================tool bar================*/
    div.toolbar div.clear {
        padding: 5px 0;
    }

    .toolbar ul {
        clear: both;
        border-top: 1px dotted #91A3A9;
        padding: 10px 0;
    }

        .toolbar ul li {
            padding: 2px 5px;
            font-size: 13px;
            line-height: 15px;
        }
    
        #footer div#functionalFoot .toolbar ul li a {
        color: #CAEEFF;
        text-decoration: none;
    }

        #footer div#functionalFoot .toolbar ul li a:hover, .toolbar ul#actions li a:hover {
            color: #FFF;
        }

    #footer div#functionalFoot .toolbar ul li.socialConnections {
        color: #CAEEFF;
        text-decoration: none;
    }

        #footer div#functionalFoot .toolbar ul li.socialConnections img {
            vertical-align: middle;
            padding: 0 1px;
        }

    .toolbar ul#actions {
        border-top: none;
        padding: 0;
    }

        .toolbar ul#actions li {
            background: none;
            font-size: 11px;
            float: left;
            width: auto;
            padding: 7px 0 7px 7px;
            margin: .3em 0;
            background: #30474F url('../images/footer_actions_bg_arrow.png') no-repeat right 50%;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

    #footer div#functionalFoot .toolbar ul#actions li a {
        background: none;
        color: #FFDC7C;
        padding: 0 30px 0 0;
        display: block;
    }

        #footer div#functionalFoot .toolbar ul#actions li a:hover {
            color: #FFF;
        }

    /* personas */
    #footer div.personas ul {
        /*border: 1px solid RED;*/
    }

    div.personas ul span {
        font-size: 14px;
        font-weight: bold;
        color: #DDF0FF;
        line-height: 2em;
    }

        div.personas ul span a:link {
            color: #DDF0FF;
            text-decoration: none;
        }

        div.personas ul span a:visited {
            color: #DDF0FF;
            text-decoration: none;
        }

    div.personas ul li {
        font-size: 13px;
        line-height: 16px;
        background: url('../images/footer_bullet_arrow.gif') no-repeat 0 10px;
        padding: 3px 0 5px 10px;
    }

        div.personas ul li:hover {
            background: url('../images/footer_bullet_arrow.gif') no-repeat 0 -45px;
        }

    #footer div#functionalFoot .personas ul li a {
        color: #FFF;
        text-decoration: none;
        padding: 5px 0 0 0;
        margin: 0;
    }

        #footer div#functionalFoot .personas ul li a:hover {
            color: #DFDFDF;
        }

    .personas ul li.more {
        text-align: right;
        background: none;
        padding: 10px 0 0 0;
    }

        .personas ul li.more:hover {
            background: none;
        }

    #footer div#functionalFoot .personas ul li.more a {
        color: #DDF0FF;
        background: url('../images/footer_more_arrow.gif') no-repeat 0 6px;
        padding: 5px 0 0 17px;
    }

        #footer div#functionalFoot .personas ul li.more a:hover {
            color: #FFF;
        }


        #footer div#functionalFoot .personas p#survey a:hover {
            background-position: 0 bottom;
        }

    /*legal footer ================*/
    /*#legalFoot * {
            border: 1px solid green;
            float: none;
            padding: 0;
            margin: 0;
            
        }*/
    
    #legalFoot {
        background: #FFF;
        text-align: center;
        padding: 0 10px;
        height: auto;
        clear: both;
    }

        #legalFoot a img {
            display: inline;
            padding: 1.5em;
        }

        #legalFoot img {
            float: none;
        }

        #legalFoot p {
            margin-bottom: 1.0em;
        }

        #legalFoot ul {
            width: 100%;
            margin: 0;
            padding: 0 0 10px 0;
            /*margin-top: -12.0em; negative margin for reordering the elements*/
        }

        #legalFoot li {
            float: none;
            text-align: center;
            white-space: nowrap;
            font-size: 13px;
            line-height: 24px;
            display: inline;
            padding: 0 6px;
            margin: 3px 0;
        }



}
/*end LANDSCAPE tablet styles*/
/*==========================================================*/






/* =========================================================*/
/* PORTRAIT tablet device styles */
/* =========================================================*/
@media screen and (min-width: 569px) and (max-width: 768px) {
    #forBusiness, #forWorkers, #forProviders {
        display: none;
    }

    /*#left_navigation {
        display: none;
    }*/

    #footer {
        /*clear: none;*/
        margin-bottom: -10px;
    }

    #functionalFoot {
        height: 100%;
        height: 340px;
    }

    #footer div.toolbar {
        float: left;
        padding: 10px;
        text-align: left;
        width: 46.5%;
    }
    #footer div.personas {
        float: right;
        padding: 10px;
        text-align: left;
        width: 45%;
    }
    #footer div.separator {
        display: none;
    }
    #functionalFoot #forCommonSeparator {
        display: block;
        height: 315px;
    }




    .toolbar ul {
        border-top: 1px dotted #91A3A9;
        clear: none;
        padding: 10px 0;
    }

        .toolbar ul li {
            font-size: 13px;
            line-height: 15px;
            padding: 2px 5px;
            margin-top: 5px;
        }

        .toolbar ul#actions li {
            background: none;
            float: none;
            width: auto;
            background: #30474F url('/verify/images/footer_actions_bg_arrow.png') no-repeat right 50%;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            white-space: nowrap;
            margin: 5px 0;
            font-size: 13px;
        }

    #footer div#functionalFoot .toolbar ul#actions li a {
        background: none;
        color: #FFDC7C;
        padding: 0 30px 0 0;
        display: block;
    }

        #footer div#functionalFoot .toolbar ul#actions li a:hover {
            color: #FFF;
        }

    .personas select {
        border: 1px solid #CCC;
        padding: 6px 4px;
        outline: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font: 1.15em/1.50em Arial, Helvetica, sans-serif;
        color: #444;
        margin: 0;
        height: 32px;
        width: auto;
        max-width: 100%;
        display: inline-block;
        margin-bottom: 10px;
        background: #FFF;
        box-sizing: border-box; /* css3 rec */
        -moz-box-sizing: border-box; /* ff2 */
        -ms-box-sizing: border-box; /* ie8 */
        -webkit-box-sizing: border-box; /* safari3 */
        -khtml-box-sizing: border-box; /* konqueror */
    }

        .personas select option {
            font-size: 10.5pt;
        }
    



    /*legal footer*/
    #legalFoot {
        clear: both;
        position: relative;
        top: 10px;
        left: 0;
        text-align: center;
        padding: 10px 15px;
        border-top: 1px dotted #676767;
    }
        /*#legalFoot img {
            position: absolute;
            top: 100%;
            left: 50%;
            width: 106px;
            height: 32px;
            margin-top: -16px;
            margin-left: -53px;
            padding: 1.5em 0;
        }*/

        #legalFoot img {
            float: none;
            position: relative;
            top: 100%;
            /*left: 0;*/
            width: 106px;
            height: 32px;
            /*margin-top: 100%;*/
            /*margin-left: -53px;*/
            padding: 1.5em 0;
        }
        #legalFoot p {
            margin-top: 0; 
            margin-bottom: 1.0em;
            font-size: 90%;
        }
        #legalFoot ul {
            width: 100%;
            padding: 0 0 10px 0;
            margin-top: 0;
        }
        #legalFoot li {
            display: inline;
            font-size: 14px;
            line-height: 2em;
            float: none;
            white-space: nowrap;
            font-size: 100%;
        }
}
/*end PORTRAIT tablet styles*/
/*==========================================================*/




/* =========================================================*/
/* SMARTPHONE device styles */
/* =========================================================*/
@media screen and (max-width: 568px) {
    /*hide the lists for switching to selects*/
    .separator, #forBusiness, #forWorkers, #forProviders {
        display: none;
    }

    .tinynav {
        display: block;
    }

    #footer {
        clear: none;
        margin-bottom: -10px;
    }


    #functionalFoot {
        height: 100%;
    }


    .toolbar ul li {
        font-size: 13px;
        line-height: 15px;
        padding: 2px 5px;
        margin-top: 5px;
    }

    .toolbar ul#actions li {
        background: none;
        float: none;
        width: auto;
        background: #30474F url('/verify/images/footer_actions_bg_arrow.png') no-repeat right 50%;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        margin: 5px 0;
        font-size: 13px;
    }

    #footer div#functionalFoot .toolbar ul#actions li a {
        background: none;
        color: #FFDC7C;
        padding: 3px 30px 3px 0;
        display: block;
    }

        #footer div#functionalFoot .toolbar ul#actions li a:hover {
            color: #FFF;
        }


    #footer div.module {
        float: none;
        width: auto;
    }

    .personas select {
        border: 1px solid #CCC;
        padding: 6px 4px;
        outline: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font: 1.15em/1.50em Arial, Helvetica, sans-serif;
        color: #444;
        margin: 0;
        height: 32px;
        width: auto;
        max-width: 100%;
        display: inline-block;
        margin-bottom: 10px;
        background: #FFF;
        box-sizing: border-box; /* css3 rec */
    	-moz-box-sizing: border-box; /* ff2 */
    	-ms-box-sizing: border-box; /* ie8 */
    	-webkit-box-sizing: border-box; /* safari3 */
    	-khtml-box-sizing: border-box; /* konqueror */
    }
    .personas select option {
        font-size: 10.5pt;
    }
    
    /*legal footer*/
    #legalFoot {
        position: relative;
        top: 10px;
        left: 0;
        text-align: center;
        padding: 10px 15px;
        border-top: 1px dotted #676767;
    }
        #legalFoot img {
            position: absolute;
            top: 100%;
            left: 50%;
            width: 106px;
            height: 32px;
            margin-top: -16px;
            margin-left: -53px;
            padding: 1.5em 0;
        }
        #legalFoot p {
            margin-top: 0; 
            margin-bottom: 1.0em;
            font-size: 90%;
        }
        #legalFoot ul {
            width: 100%;
        }
        #legalFoot li {
            display: inline;
            font-size: 14px;
            line-height: 2em;
            float: none;
            white-space: nowrap;
            font-size: 100%;
        }


}
/*end smartphone styles*/
/*==================================================================================================*/