html {
	overflow-y: auto!important;
}

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

html body, html .x-body {
	font: .85rem /1.2 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 62.5%;
    text-align: left;
    color: #000000;
}

body select, body input, body textarea{
	font-size: 110%;
}

#main-wrapper {
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 95%;
    margin: 0 auto;
	overflow: hidden;
	
}

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

body #main-wrapper-bd {
    background: #fff;
    zoom: 1;
    padding-bottom: 36px; 
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 4px; 
	margin-top: 35px;
    margin-bottom: 35px;
    min-height: 475px;
}

body.LoggedInAsParticipant#LoginTrans_enterCustUIDView #main-wrapper-bd {
	background: none;
}
body.LoggedInAsParticipant#LoginTrans_enterCustUIDView #main-wrapper-bd li a.link6 {
	color: white;
	font-size: 14px;
}
body.LoggedInAsParticipant div#main-wrapper-bd {
	margin-bottom: 85px;
}
body.LoggedInAsParticipant#LoginTrans_enterCustUIDView #main-wrapper-bd hr {
	visibility: hidden;
}
body.LoggedInAsParticipant#LoginTrans_enterCustUIDView div.contentLeft ul li input[type="submit"] {
	font-size: 14px;
	height: 35px;
	width: 230px;
	position: relative;
	top: 0px;
}

#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 #002677;
    color: #ffffff;
    margin-top: 10px;
    clear: both;
    zoom: 1;
}

#cmsSiteFooter {
    width: 1100px;
    margin: auto;
	padding-top: 25px;
}

#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 {
	margin: 10px 0;
	display: inline-block;
	/*border-bottom: 1px solid #CCCCCC;*/
}
/* extend nave full page width */
#topNavigation {
   width:100%;
}
#topNavigation ul{
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
}

#topNavigation .nav li{
    display:inline-block;
    vertical-align: top;
    /*padding-bottom: 0;
    flex: .06 1 auto;
    margin-right: 2.5px;*/
}

#topNavigation .nav li a,
#topNavigation .nav li a:hover {
	background:none;
	border:none;
	text-decoration:none;
	/*border-bottom: 3px solid transparent;
    padding: 0px 5px 8px 5px;*/
    display: block;
    font-size: 14px;
    color: #737373;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    padding: 10px;
}

#topNavigation .nav li a.current {
	color: #ffffff;
}

#topNavigation .nav li a:hover{
	background: rgb(0,217,167,.1);
	color: #737373;
	border-bottom: none;
}
#topNavigation .nav li a.current{
	border-bottom: 3px solid #00a982;
    color: #00a982;
    margin-top:0 !important; /* Overide neg margin from customizedpage.css  DB*/
    /*padding: 20px 20px 17px 20px;*/
}
#topNavigation .nav li a.current:hover{
	color: #00a982;
	border-bottom: 3px solid #00a982;
}
#contentSection {
	clear: both;
	zoom:1;
}
#leftContentSection {
    min-width: 73em;
    width: 73%;
    float: left;
}
#rightContectSection {
    min-width: 23.8em;
    width: 25%;
    float: left;
}
.positiveSort {
	background-position: right;
 	background-repeat: no-repeat;
	padding-right: 10px;
}
.invertedSort {
	 background-position: right;
	 background-repeat: no-repeat;
	 padding-right: 10px;
}
.cmsModuleHeader{
	margin-bottom:10px;
}

body.LoggedInAsSponsor #loginIndex,
 #main-wrapper #main-wrapper-ft, 
 #main-wrapper-ft #cmsSiteFooter {
	padding-bottom: 30px;
}

body.LoggedInAsSponsor #main-wrapper {
	padding-bottom: 0;
	background: #fffff;
}

/* sets the image size for the logo - overidding the hardcoded img dimensions - for demo purposes only */
img#globalPrimeInvestorsLogo {
    padding: 24px 0 20px 425px;
    height: 80px;
}
