/*********body*********/
.siteBody { max-width:1200px;margin:0 auto;padding:40px 15px; }
body { background:#666666; }
.sitePage { background:white; }
.content-width { max-width: 1200px;margin:0 auto; }
#languageDropdown { padding: 1px; }
/*********header*********/
.signin-link, .userinfo-popover-link, .userinfo-popover-link:focus { color:white; }
.logoWrapper { text-align: left;max-width: 1200px;margin: 0 auto; }
.logoWrapper img { margin:17px 15px; }
.headerItems-Wrapper { text-align: right;background:rgba(0,0,0,0.7);color:#fff;padding-top:11px;padding-bottom:11px; }
.userinfo-container a { padding-right: 15px;padding-left: 15px; }
.userinfo-container a:hover { color:white; }
/**********menu***********8*/
.mag-navbarmenu {  --mag-nav-text-color: #2e79ad; --mag-nav-text-hover-color: #5392bd; }
.menu-wrapper .navbar-nav > li { border: 2px solid #ccc;border-radius: 5px;margin-left:10px; }
.internal-menu-wrap { padding-left:5px;padding-right:15px; }
.languagePick, .userinfo-container { display:inline-block; }
.languagePick { float:left;padding-left:15px;padding-right: 15px; }
/*********footer*********/
.footerTabs a, .footerLinks-actions a, .copyright { color:#f2f2f2; }
.poweredBy { color: #F2F2F2;display: inline-block;float: right;line-height: 18.5714px; margin-top: 45px; }
.poweredBy div { float: right;margin-right: 13px;font-size: 8px; }
.poweredBy img { margin-top: 8px;width: 100px; }
.footer-wrapper { background:#666666; }
.content-wrap { padding-top:30px;padding-bottom:30px; }
.powerwrap { text-align:center; }
/*************custom css*************/
h1 { font-size: 3em !important; }
.headerItems select { color: #000; }
/* Oscar adds multi loan */
.tabHeader { overflow: visible !important; }
.thContents { width: 100% !important; }
.multi { font-size: 11px; height: 69px; position: absolute; right: 0; text-align: right; top: -7px; vertical-align: middle; z-index: 999; }
.multi select { padding: 2px; width: 115px; }
.multi label { margin-right: 5px; }
/* End Oscar adds multi loan */

@media(max-width:991px) {
    .poweredBy { float:none;margin-top: 0px;margin-bottom: 25px; }
}

@media screen and (max-width: 767px) {
    .menu-wrapper { border-bottom:1px solid #eee;border-top:1px solid #eee; }
    .menu-wrapper .navbar-nav > li { border:none; border-bottom: 1px solid #ccc;margin-left:0;border-radius:0; }
    .menu-wrapper .navbar-nav > li:last-child { border-bottom:none; }
    .internal-menu-wrap { padding-left:0;padding-right:0; }
}

@media(max-width:480px) {
    .languagePick { float: right; }
}

@media(max-width:354px) {
    .userinfo-container { padding-top: 15px; }
}