html {
    line-height: 1.4;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    margin: 0;
}

form {
    margin: 0;
}


#appContainer {
    position: static;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.isDesktop #header {
    position: relative;
    z-index: 10;
}

#utd-menu {
    padding: 48px 0 0;
    z-index: 2;
    background: #eee;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.isDesktop #utd-menu {
    display: block;
    padding: 0;
    position: static;
    overflow: visible;
    font-size: .7em;
    height: auto;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#ededed 100%);
    background: -webkit-linear-gradient(top,#fff 0,#ededed 100%);
    background: linear-gradient(to bottom,#fff 0,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 0 4px #ddd;
    min-height: 83px;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
}

#utd-menu #utd-menu-content .utd-menu-tier1, #utd-menu #utd-menu-content .utd-menu-tier3 #overflowMenu {
    display: none;
}

.isDesktop #utd-menu #utd-menu-content .utd-menu-tier1 {
    display: block;
    padding-right: 10px;
}

    .isDesktop #utd-menu #utd-menu-content .utd-menu-tier1 .utd-logo {
        display: inline-block;
        width: 115px;
        height: 28px;
        background-size: 115px 28px !important;
        background: url(utd-logo-desktop.png) 50% 50% no-repeat;
        -webkit-background-size: 115px 28px;
        text-indent: -99999px;
        padding: 12px 0 12px 40px;
        outline: 0;
    }

	.flogo {
	float: right; 
	height: 32px;
	margin-top: 10px; 
}
.flogoM {
	height: 36px;
	margin-top: -2px; 
}

.isDesktop #utd-menu #utd-menu-content .utd-menu-tier3 {
    height: 29px;
    clear: right;
    border-top: 1px solid #d6d6d6;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    padding-right: 10px;
}

#utd-menu #utd-menu-content .utd-menu-tier3 .utd-menu-signin {
    position: relative;
    margin: 10px 10px -5px;
    border: none;
}

.isDesktop #utd-menu #utd-menu-content .utd-menu-tier3 .utd-menu-account, 
.isDesktop #utd-menu #utd-menu-content .utd-menu-tier3 .utd-menu-signin {
    display: none;
}



.utd-menu {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    border-bottom: 3px solid #ddd;
}



.isDesktop .utd-menu {
    text-align: right;
    height: 28px;
    overflow: hidden;
    border: none;
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.utd-menu ol, .utd-menu ul {
    list-style: none;
}

.utd-menu li {
    background: #fff;
    font-size: .95em;
    font-weight: 400;
    border-top: none;
    position: relative;
    padding: 0;
}

.isDesktop #utd-menu #utd-menu-content .utd-menu-tier3 .utd-menu li {
    font-weight: 500;
    float: right;
    margin-bottom: 0;
    padding: 7px 10px 7px 0;
    border: none;
    display: inline;
    background: 0 0;
    box-shadow: none;
}

.utd-menu li a {
    text-decoration: none;
    color: #333 !important;
    display: block;
    padding: 16px 30px 16px 15px;
    margin-left: 10px;
    border-bottom: 1px solid #ddd;
}

.isDesktop #utd-menu .utd-menu li a {
    color: #00905a!important;
    display: inline;
    font-weight: 700;
    padding: 0;
    border: none;
}

#utd-menu #utd-menu-content .utd-menu-tier3 .utd-menu-signin li {
    height: 24px;
    background-size: 225px 32px !important;
    background: url(utd-logo.png) no-repeat;
    -webkit-background-size: 225px 32px;
    background-position: -40px 12px !important;
    background-color: transparent !important;
    padding: 10px;
    text-align: right;
    border-radius: 0;
    border: none;
}

.utd-menu i {
    position: absolute;
    top: 0;
    right: 12px;
    width: 1.5em;
    height: 100%;
    background-size: 1.5em 1.5em !important;
    background: url(angle-right.png) 100% 50% no-repeat;
    -webkit-background-size: 1.5em 1.5em;
}






#header .search-bar-container {
    padding: 7px 21px 7px 24px;
    background: #00905a;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    overflow: hidden;
}

.isDesktop #header .search-bar-ac-unit {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 !important;
    left: 0;
    right: 66.6%;
    max-width: 500px;
    z-index: 1;
    display: none;
}

.isDesktop .search-bar-ac-unit {
    position: relative;
}

.search-bar {
    width: auto;
    height: 34px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    border-radius: 0;
    left: 24px;
    right: 21px;
}

#new-search .search-bar {
    border: 1px solid #0081c6;
    width: 100%;
    left: auto;
    right: auto;
    top: -1px;
    position: relative;
}

    .search-bar .search-icon {
        position: absolute;
        top: 0;
        left: 7px;
        width: 15px;
        height: 33px;
        background-size: 15px 15px !important;
        background: url(search.png) 50% 50% no-repeat;
        -webkit-background-size: 15px 15px;
    }

    .search-bar .utdBarSearchCtrlContainer {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        top: 0;
    }

    .search-bar .utdBarSearchCtrl {
        margin: 0;
        padding: 0;
        -webkit-appearance: none;
        border-radius: 0;
        border: none;
        box-shadow: none;
        outline: 0;
        width: 100%;
        font-size: 15px;
        height: 34px;
        background: 0 0;
        color: #222;
        line-height: normal;
        font-family: sans-serif;
    }

.newsearch-submit {
    display: none;
    right: 0;
    position: absolute;
    font-size: 14px;
    width: 32px;
    background: url(desktop-search-icon.png) 50% 50% no-repeat #0081c6;
    top: 0;
    bottom: 0;
    border-radius: 0;
    cursor: pointer;
}

.isDesktop .newsearch-submit {
    display: inline-block;
}

.isDesktop .search-bar-container .search-bar .search-icon {
    display: none;
}

.isDesktop #new-search .search-bar .utdBarSearchCtrlContainer {
    right: 35px;
    left: 10px;
}
.isDesktop #new-search .search-bar .utdBarSearchCtrlContainer .utdBarSearchCtrl {
    width: 100%;
}
#new-search .utdBarSearchCtrl {
    width: 332px;
    background: #fff;
    border: none;
    padding: 0;
    border-radius: 4px;
    font-size: .8em;
    display: inline-block;
    box-shadow: none;
}

a {
    color: #00905a;
}



.isDesktop #new-search {
    display: block;
}

#new-search {
    display: none;
    width: 500px;
    margin: 150px auto 0;
    background: #f8f8f8;
    padding: 20px 40px 36px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    position: relative;
}

#new-search h3 {
    font-weight: 300;
    color: #666;
    margin: 10px 0;
    font-size: 1.17em;    
}

.isDesktop {
    font-size: 1em;
}


.isDesktop #utdFooter {
    display: block;
}
#utdFooter{
    opacity: 1;
    display: none;
    font-size: .75em;
    clear: left;
    bottom: 0;
    margin: 100px 0 0;
    background: #F2F2F2;
    border-top: 1px solid #D9D9D9;
    width: 100%;    

    position: fixed;
    z-index: 100; 
    bottom: 0; 
    left: 0;

        padding-top: 10px;
}

.isDesktop #appContainer #utdFooter .copyright {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 5px;
}
#utdFooter .copyright {
    font-size: .9em;
    color: #777;
	line-height: 1.8em;
    background-size: 150px 34px!important;
    background: url(wkh-logo.png) 50% 0 no-repeat;
    -webkit-background-size: 150px 34px;
    margin-top: 0;
    padding-top: 40px;
    text-align: center;
    
    
}

.mob-version {
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	color: #777;
}

.isDesktop .mob-version{
	display: none;
}