/* colors, fonts and logos from the website */
/* link to SQSP CSS */
* {
	box-sizing: border-box;
}
body {
	background-color: #f4f4f4;
}	
header {
	background-color: #0451f3;
	color:#fff;
	
}
p {
	max-width:30em;
}
main {
	max-width: 1400px;
	margin:auto;
	margin-top:60px;
	min-height: 90vh;
	padding-left:50px;
	padding-right:50px;
}
.loginform {
	margin:auto;
	width:800px;
}
.err {
	color:red;
}
header nav, header>div {
	padding:0px 50px;
	text-align: right;
}
 body header>div,  .Header-nav--primary {
 	display: inline-block !important;
 	height:95px;
 	line-height: 95px;
 }
body header>div img {
	vertical-align: middle;
 }
.Header-nav--primary {
 	float:right;
 	vertical-align: middle;
 	line-height: 75px;
 }
.Header-nav--secondary {
	background-color: #033aae;
}
main a {
	color:#0d51f3;
	padding-bottom: .05em;
	/*
    border-bottom-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: rgba(13,81,243,.3);
	*/
}
footer.Footer {
	background-color: #0d0d0d;
	height:300px;
	margin-top:120px;
	display: block;
	color:#fff;
	padding-top: 120px;
	text-align: center;

}
footer.Footer a {
	text-decoration: underline;
}
table th {
	text-align: left;
}
table td, table th {
	padding: 1em 2em;
}
.field {
	display: inline-block;
	margin-right:3em !important;
	vertical-align: top;
}
.field label {
	display: block;
}
.form-wrapper .field-list .field .field-element {
	width:200px;
}

.panel {
	display: inline-block;
	width:40%;
	vertical-align: top;
}
.block.panel {
	width:60%;
	display:block;
}
.block {
	display:block;
}
.block iframe {
	display: block;
	margin:auto;
}
.panel-left {
	width:50%;
	margin-right:60px;
}
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}
.small {
	font-size:.8em;
}
.vuscore {
	font-weight: bold;
	color:#0451f3;
	font-size:30px;
	background:url('images/VuScore-Seal.png') no-repeat;
	height:140px;
	width:140px;
	background-size: 140px 140px;
	text-align: center;
	line-height:140px;
	display: inline-block;
}
.Header-nav-item.login {
	display:none;
}

.physician-detail {
	display: inline-block;
}
.physician-portrait {
	height:100px;
	width:100px;
	border-radius: 50%;
	overflow: hidden;
	background-color:#ccc;
	display: inline-block;
	margin-right:50px;
	vertical-align: top;
	margin-top:20px;
}
.physician-portrait img {
	width:100%;
}
.assessment{
    font-size:1.1em;
    width:500px;
    margin:auto;
    margin-bottom:60px;
    
}
.assessment li {
    margin-bottom:2em;
    
}
.assessment li span, .assessment h3 span, .allscore span {
    float:right;
    margin-right:-20px;
    font-weight:bold;
    
    
}
.assessment li span, .assessment h3 span  {
    margin-right:-60px;
}
.assessment h3 {
    color: #0d51f3;
    font-weight:bold;
    font-size:1.2em;
    margin-top:4em;
    margin-bottom:2em;
}
.allscore {
	width:160px;
	text-align:left;
    color: #0d51f3;
	text-transform:uppercase;
    font-weight:bold;
    margin:auto;
    margin-top:60px;
}
.allscore li {
    margin-bottom:.5em;

}
.qwkGuide td{
	vertical-align: top;
	width:290px;
	padding:20px 30px;

}
.leaderDetail span{ 
	float:right;
}
.leaderDetail{
	display:none;
}
@media only screen and (max-width: 1100px) {
	.panel,.panel-left, .panel-right {
		display:block;
		width:auto;
		margin-top:40px;
	}
}