.ui-title {
	font-weight: normal;
}

.ui-datepicker {
	z-index: 9999 !important;
}

.ui-datepicker .ui-state-active {
	background-color: #0076bb !important;
	border-color: #0076bb !important;
}

h1.ui-title, h3.ui-title {
	margin: 0px !important;
	text-align: center !important;
}

.ui-content.ui-body-a > *,
.ui-content.ui-body-b > *,
div.legal, 
div.header-container {
	max-width: 940px;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}

@media only screen and (min-width: 975px) {
	a.ui-btn-icon-notext.ui-btn-left {
		position: absolute !important;
		left: calc(50% - 475px) !important;
	}
	
	a.ui-btn-icon-notext.ui-btn-right {
		position: absolute !important;
		left: calc(50% + 450px) !important;
	}
}

div.ui-page#login  {
	background-color: #0076BB !important
}

h1 {
    font-weight: 100;
    font-size: 1.6em;
    margin-top: 0.25em;
}

h3 {
    font-weight: 100;
    font-size: 1.4em;
    margin-top: 0.5em;
}

.ui-header .ui-title, .ui-footer .ui-title {
	font-size: 1.2em !important;
}

.legal {
	background-color: #383535;
	padding: 1.5em 0em 0em 0em;
	text-shadow: 0 0 0;
}

#client-logo {
	padding-bottom: 1em;
}

@media only screen and (max-width: 955px) {
	#client-logo {
		margin-left: 1em;
	}
	.legal {
		padding: 1.5em 1em 1em 1em;
	}
}


p {
	font-size: 17px;
}

.legal p {
	color: #A8A8A8;
	font-weight: 300;
	font-size: 1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    outline: none !important;
    letter-spacing: 0;
}

.legal a {
    color: #fff;
    text-decoration: none;
    font-weight: inherit;
}

.ui-mobile label {
	font-weight: normal !important;
}

.ui-btn {
	text-shadow: none !important;
}

.ui-btn-icon-notext.ui-btn-corner-all, .ui-btn-icon-notext.ui-corner-all {
	margin-top: 0.25em !important;
}

.ui-content {
	font-family: 'futura-pt', sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

.ui-content label {
	font-size: 110%;
}