﻿#topnav {
    background: #2d6cb5;
    height: 105px;
    text-transform: uppercase;
    position: relative;
}


    #topnav ol, #topnav ul, footer ol, footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        text-shadow: none !important; /* override - mobile jquery effect */
    }


    #topnav .top-link {
        display: inline-block;
        float: left;
    }

        #topnav .top-link li {
            float: left;
            margin-right: 20px;
        }

            #topnav .top-link li:last-child {
                margin-right: 5px;
            }

        #topnav .top-link a {
            color: #fff;
        }

            #topnav .top-link a:active {
            }


    #topnav .content-wrap {
        padding: 0px;
    }

    #topnav #pwc-logo {
        float: left;
        width: 380px;
        height: 105px;
    }

        #topnav #pwc-logo:active {
        }

        #topnav #pwc-logo:hover {
        }

        #topnav #pwc-logo .pwc-logo-img {
            background-position: center center;
            float: left;
            width: 100px;
            height: 100%;
            text-align: center;
        }


        #topnav #pwc-logo img.large, #topnav #pwc-logo img.small {
            max-width: 100% !important;
            height: auto;
        }

        #topnav #pwc-logo img.small {
            display: none;
        }

        #topnav #pwc-logo .pwc-logo-text {
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            font-size: 1.2em;
            color: #fff;
            text-transform: uppercase;
            float: left;
            height: 100%;
            padding-top: 28px;
            text-shadow:none;
        }

    #topnav nav {
        float: left;
        /*border: 1px solid red;*/
        margin-left: 20px;
        line-height: normal;
    }

        #topnav nav a {
            color: #fff;
        }

        #topnav nav ul li {
            float: left;
            height: 105px;
            margin-right: 10px;
        }

            #topnav nav ul li:first-child {
                width: 75px;
            }

            #topnav nav ul li:nth-child(2) {
                width: 92px;
            }

            #topnav nav ul li:nth-child(3) {
                width: 92px;
            }

            #topnav nav ul li:nth-child(4) {
                width: 114px;
            }

            #topnav nav ul li:nth-child(5) {
                width: 128px;
            }

            #topnav nav ul li:nth-child(6) {
                width: 128px;
            }

            #topnav nav ul li a {
                display: inline-block;
                padding-top: 35px;
                padding-left: 10px;
                padding-right: 10px;
                height: 100%;
            }

            #topnav nav ul li .active {
                background: rgba(255,255,255,1);
                color: #2d6cb5;
            }



#btn-mobile {
    padding: 8px;
    position: absolute;
    width: 50px;
    height: 43px;
    right: 10px;
    top: 20px;
    display: none;
}

    #btn-mobile:hover {
        background: rgba(255,255,255,0.5);
    }


    #btn-mobile .slicknav_icon-bar {
        display: block;
        width: 34px;
        height: 4px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #b5e3f0;
    }

        #btn-mobile .slicknav_icon-bar + .slicknav_icon-bar {
            margin-top: 7px;
        }


#mainnavmobile .ui-panel-inner {
    padding: 0 !important;
}


#mainnavmobile.ui-panel {
}

#mainnavmobile .ui-panel-inner {
    padding: 0 !important;
}

#deptnavmobile .ui-panel-inner {
    padding: 0 !important;
}


#mainnavmobile.ui-panel {
    background: #2d6cb5 url('/_layouts/15/pwc_responsive/ucnav/images/bg_mainnavmobile.png') left repeat-y !important;
}

#mainnavmobile .ui-btn {
    background: #2d6cb5 url('/_layouts/15/pwc_responsive/ucnav/images/bg_mainnavmobile.png') left repeat-y !important;
    border-color: #96b6da !important;
}


#mainnavmobile ui-btn-icon-right, #myPanel2 .ui-icon-carat-r {
    background: none !important;
}

#mainnavmobile a {
    color: #fff !important;
    text-shadow: none !important;
    text-transform: uppercase;
    font-weight: bold !important;
}


    #mainnavmobile a.ui-btn:active {
        background: rgba(255,255,255,0.5) !important;
        background-image: none;
    }

#mainnavmobile a {
}

#deptnavmobile .ui-collapsible-inset, #deptnavmobile .ui-collapsible-set {
    margin-top: 0px !important;
}






.ui-panel-page-content-display-push.ui-panel-page-content-position-right {
    margin-right: 0px !important;
}

















#topnav .top-link {
    display: none;
}



footer {
    background: #2d6cb5 url('/_layouts/15/PWC_Responsive/images/pwc-logo-footer.png') no-repeat;
    background-position: right top;
    padding-bottom: 100px;
    padding-top: 20px;
}


#footer-nav {
    width: 95%;
    margin: 0 auto;
}

    #footer-nav ul {
        display: block;
    }

        #footer-nav ul li.main {
            float: left;
            width: 16.6666666666%;
            padding: 5px;
        }

footer #footer-nav ul li.main a {
}

    footer #footer-nav ul li.main a.title {
        color: #fff;
        font-weight: bold;
        line-height: 2;
    }


#footer-nav ul li li {
    float: none;
    white-space: normal;
    margin-left: 0px;
    line-height: 1.3;
    margin-bottom: 7px;
}

    #footer-nav ul li li a {
        color: #b5e3f0;
    }

#footer-nav a:hover, #footer-nav a:active {
    color: #fff;
}


#footer-nav ul li li:last-child {
    margin-bottom: 15px;
}

#footer-nav:after {
    clear: both;
    display: block;
}


footer .social {
    float: right;
    width: 120px;
}

    footer .social li {
        float: left;
        margin-right: 10px;
    }



#copyright {
    font-size: 0.9em;
    float: left;
    text-shadow: none;
    font-weight: normal;
    color: #fff;
}


#copyright a{
    color: #b5e3f0;
}


#copyright a:hover, #copyright a:active{
    color: #fff;
}



.sticky {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0px;
    z-index: 100;
    border-top: 0;
    height: 100px;
}



@media only screen and (max-width : 320px) { /*--- Mobile portrait ---*/
    #topnav #btn-mobile {
        display: block;
    }

    #topnav #mainmenu-items {
        display: none;
    }

    #topnav, #topnav #pwc-logo {
        height: 80px;
    }

        #topnav #pwc-logo {
            width: 80px !important;
        }

        #topnav .pwc-logo-img {
            background-size: 60% !important;
            height: 80px !important;
            width: 80px !important;
        }

            #topnav .pwc-logo-img img {
                height: 80px !important;
            }

                #topnav .pwc-logo-img img.large {
                    display: none;
                }

                #topnav .pwc-logo-img img.small {
                    display: inline !important;
                }

        #topnav #pwc-logo .pwc-logo-text {
            display: block !important;
            position: absolute;
            left: 80px;
            width: 180px!important;
            font-size: 1.2em !important;
			padding-top:15px;
        }

            #topnav #pwc-logo .pwc-logo-text #span-va {
                display: none;
            }

        #topnav .top-link {
            display: inline-block;
            display: none;
        }

        #topnav li:first-child {
            display: none;
        }


    #footer-nav ul li.main {
        width: 100.0%;
        clear: both;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) { /*--- Mobile portrait ---*/
    #topnav #btn-mobile {
        display: block;
    }

    #topnav #mainmenu-items {
        display: none;
    }

    #topnav, #topnav #pwc-logo {
        height: 80px;
    }

        #topnav #pwc-logo {
            width: 80px !important;
        }

        #topnav .pwc-logo-img {
            background-size: 60% !important;
            height: 80px !important;
            width: 80px !important;
        }

            #topnav .pwc-logo-img img {
                height: 80px !important;
            }

                #topnav .pwc-logo-img img.large {
                    display: none;
                }

                #topnav .pwc-logo-img img.small {
                    display: inline !important;
                }

        #topnav #pwc-logo .pwc-logo-text {
            display: block !important;
            position: absolute;
            left: 80px;
            width: 220px;
			padding-top:15px;
        }

            #topnav #pwc-logo .pwc-logo-text #span-va {
                display: none;
            }

        #topnav .top-link {
            display: none;
        }

        #topnav li:first-child {
            display: none;
        }


    #footer-nav ul li.main {
        width: 100.0%;
    }

        #footer-nav ul li.main:nth-child(3) {
            clear: both;
        }

        #footer-nav ul li.main:nth-child(5) {
            clear: both;
        }
}

@media only screen and (min-width : 480px) and (max-width : 595px) { /*--- Mobile landscape ---*/
    #topnav #btn-mobile {
        display: block;
    }

    #topnav #mainmenu-items {
        display: none;
    }

    #topnav, #topnav #pwc-logo {
        height: 80px;
    }

        #topnav #pwc-logo {
            width: 80px !important;
        }

        #topnav .pwc-logo-img {
            background-size: 60% !important;
            height: 80px !important;
            width: 80px !important;
        }

            #topnav .pwc-logo-img img {
                height: 80px !important;
            }

                #topnav .pwc-logo-img img.large {
                    display: none;
                }

                #topnav .pwc-logo-img img.small {
                    display: inline !important;
                }

        #topnav #pwc-logo .pwc-logo-text {
            display: block !important;
            position: absolute;
            left: 80px;
            
        }

            #topnav #pwc-logo .pwc-logo-text #span-va {
                display: none;
            }

        #topnav .top-link {
            display: none;
        }

    #footer-nav ul li.main {
        width: 100.0%;
    }

        #footer-nav ul li.main:nth-child(3) {
            clear: both;
        }

        #footer-nav ul li.main:nth-child(5) {
            clear: both;
        }
}



@media only screen and (min-width : 595px) and (max-width : 690px) { /*--- Small tablet portrait ---*/
    #topnav #btn-mobile {
        display: block;
    }

    #topnav #mainmenu-items {
        display: none;
    }

    #topnav, #topnav #pwc-logo {
        height: 80px;
    }

        #topnav #pwc-logo {
            width: 80px !important;
        }

        #topnav .pwc-logo-img {
            background-size: 60% !important;
            height: 80px !important;
            width: 80px !important;
        }

            #topnav .pwc-logo-img img {
                height: 80px !important;
            }

                #topnav .pwc-logo-img img.large {
                    display: none;
                }

                #topnav .pwc-logo-img img.small {
                    display: inline !important;
                }


        #topnav #pwc-logo .pwc-logo-text {
            display: block !important;
            position: absolute;
            left: 80px;
            padding-top: 28px;
        }

            #topnav #pwc-logo .pwc-logo-text #span-va {
                display: none;
            }

        #topnav .top-link {
            display: none;
        }

    #footer-nav ul li.main {
        width: 50.0%;
    }

        #footer-nav ul li.main:nth-child(3) {
            clear: both;
        }

        #footer-nav ul li.main:nth-child(5) {
            clear: both;
        }
}

@media only screen and (min-width : 690px) and (max-width : 800px) { /*--- Tablet portrait ---*/


    #topnav #btn-mobile {
        display: block;
    }

    #topnav #mainmenu-items {
        display: none;
    }

    #topnav, #topnav #pwc-logo {
        height: 80px;
    }

        #topnav #pwc-logo {
            width: 80px !important;
        }

        #topnav .pwc-logo-img {
            background-size: 60% !important;
            height: 80px !important;
            width: 80px !important;
        }

            #topnav .pwc-logo-img img {
                height: 80px !important;
            }

                #topnav .pwc-logo-img img.large {
                    display: none;
                }

                #topnav .pwc-logo-img img.small {
                    display: inline !important;
                }

        #topnav #pwc-logo .pwc-logo-text {
            display: block !important;
            position: absolute;
            left: 80px;
            padding-top: 28px;
        }

            #topnav #pwc-logo .pwc-logo-text #span-va {
                display: none;
            }

        #topnav .top-link {
        }

    #footer-nav ul li.main {
        width: 33.33333333333%;
    }

        #footer-nav ul li.main:nth-child(4) {
            clear: both;
        }

        #footer-nav ul li.main:nth-child(7) {
            clear: both;
        }
}


@media only screen and (min-width : 800px) and (max-width : 830px) { /*--- Small tablet landscape ---*/


    #topnav #btn-mobile {
        display: block;
    }

    #topnav #mainmenu-items {
        display: none;
    }

    #topnav, #topnav #pwc-logo {
        height: 80px;
    }

        #topnav #pwc-logo {
            width: 80px !important;
        }

        #topnav .pwc-logo-img {
            background-size: 60% !important;
            height: 80px !important;
            width: 80px !important;
        }

            #topnav .pwc-logo-img img {
                height: 80px !important;
            }

                #topnav .pwc-logo-img img.large {
                    display: none;
                }

                #topnav .pwc-logo-img img.small {
                    display: inline !important;
                }

        #topnav #pwc-logo .pwc-logo-text {
            display: block !important;
            position: absolute;
            left: 80px;
            padding-top: 28px;
        }

            #topnav #pwc-logo .pwc-logo-text #span-va {
                display: none;
            }

        #topnav .top-link {
        }

    #footer-nav ul li.main {
        width: 33.33333333333%;
    }

        #footer-nav ul li.main:nth-child(4) {
            clear: both;
        }

        #footer-nav ul li.main:nth-child(7) {
            clear: both;
        }


}

@media only screen and (min-width : 830px) and (max-width : 1024px) { /*--- Small tablet landscape ---*/



    #footer-nav ul li.main {
        width: 33.33333333333%;
    }

        #footer-nav ul li.main:nth-child(4) {
            clear: both;
        }

        #footer-nav ul li.main:nth-child(7) {
            clear: both;
        }
		
		
}



@media only screen and (min-width : 1024px) and (max-width : 1110px) { /*--- Tablet landscape --- */

	#topnav #pwc-logo {
            width: 100px !important;
    }	
	
	#footer-nav ul li.main {
        width: 33.33333333333%;
    }

        #footer-nav ul li.main:nth-child(4) {
            clear: both;
        }

        #footer-nav ul li.main:nth-child(7) {
            clear: both;
        }
	
}


@media only screen and (min-width : 1110px) and (max-width : 1224px) { /*--- Tablet landscape --- */

}


@media (min-width: 1200px) {

}

@media (max-width: 1090px) {
  

	
	#topnav #pwc-logo {
        width: 100px;
    }

        #topnav #pwc-logo .pwc-logo-text {
            display: none;
        }
		
		
}
