html {
    background: #ffffff;
}

.modis-background {
    background-color: #ffffff;
}

body {
    font: 14px / 1.231 "Open Sans",arial, helvetica, clean, sans-serif;
    font-size: 62.5%;
    text-align: left;
    color: #414042;
}
#cmsSiteHeader{
	background-color: #0846A8;
}
body#LoginTrans_enterCustUIDView div#cmsSiteHeader {
	background: none;
}
body#loginIndex div#cmsSiteHeader {
	background: none;
}
#main-wrapper {
    margin: 0 auto;
}
.header-logo-container,
#main-wrapper-bd{
	margin: auto;
	width: 1100px;
}
div#main-wrapper-bd {
	width: 1100px;
}
/***********************************/
body #main-wrapper{
	min-height: 100vh;
	overflow: hidden;
	display: block;
	position: relative;
	box-sizing: border-box;
	margin-bottom: -20px;
}
body#loginIndex #main-wrapper #main-wrapper-ft,
#main-wrapper-ft{
	position: relative;
	top: initial; 
	bottom: 0;
	width:100%;
	/*margin-top: 300px;*/
}
/*body.LoggedInAsSponsor#loginIndex #main-wrapper #main-wrapper-ft {
	margin-top: 300px;
}*/
/***********************************/




#main-wrapper-modis {
    float: left;
    margin: 0 auto;
    width: auto;
}

#main-wrapper-hd {
    background: #fff;
    zoom: 1;
}

body#loginIndex div#main-wrapper-hd {
	background: none;
}

body#LoginTrans_enterCustUIDView div#main-wrapper-hd {
	background: none;
}

#main-wrapper-bd {
    background: #fff;
    padding: 4px 1.2em 22px;
    zoom: 1;
}

body.LoggedInAsParticipant div#main-wrapper-bd {
	background: none;
	padding: 0;
}

#main-wrapper-bd:after, #main-wrapper-hd:after, #main-wrapper-ft:after, #contentSection:after  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main-wrapper-ft {
    background: none repeat scroll 0 0 #ffffff;
    clear: both;
    zoom: 1;
}

#main-wrapper-ft .left {
    float: left;
    width: 35%;
}

#main-wrapper-ft .right {
    float: right;
    padding-top: 18px;
}

#bdHeader {
    width: 100%;
    z-index: 2;
    margin: 0px 0px 0px -6px;
}

#bdContent {
    width: 100%;
}

#topNavigation {
    width: 99.1%;
    font-size: 120%;
    font-weight: bold;
    margin: 1.15em 0;
	float: left;
	clear: both;
	overflow:visible;
}

#topNavigation .nav {
    list-style: none;
	float: left;
}

#topNavigation .nav li {
    float: left;
    padding: 0 2.5em 0 0;
}

/*RSIM-9367 change height to important*/
#topNavigation .nav li a {
    display: block;
    margin-right: -1px;
    /*padding: 0 1.0em;*/
    /*height: 25px !important;*/
    border-bottom-width: 0;
    line-height: 20px;
    color: #666666;
    float: left;
    font-family: 'Open Sans', sans-serif;
}
/*RSIM-9367*/
#topNavigation .nav li a:hover{
	/*height: 24px;*/
	border-bottom: solid #cccccc;
	margin-top: -5px;
	padding-top: 4px;
}

#topNavigation .nav li a.current {
    /*height: 25px;*/
    background: #FFFFFF;
    margin-top: -5px;
    color: #000;
    padding-top: 4px;
	position:relative;
	border-bottom: solid #0060F0;
}

#contentSection {
	clear: both;
	zoom:1;
}

#leftContentSection {
    min-width: 73em;
    width: 74%;
    float: left;
}

#rightContectSection {
    min-width: 23.8em;
    width: 25%;
    float: right;
}
.positiveSort {
	background-position: right;
 	background-repeat: no-repeat;
	padding-right: 10px;
}
.invertedSort {
	 background-position: right;
	 background-repeat: no-repeat;
	 padding-right: 10px;
}

::-ms-clear {
	display: none;
}