html {
	height: 100%;
	width: 100%;
}
body {
  /*padding-top: 50px;*/
  /*font-family: 'Roboto', sans-serif;*/
  /*font-family: 'Muli', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	height: 100%;
	width: 100%;
}
.starter-template {
  padding: 40px 15px;
  	text-align: left;
}
.starter-template h1 {
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 0.14em;
	 color: #fff;
	 font-size: 36px;
}
.jumbotron h1 {
	font-weight: 300;
	 letter-spacing: 0.05em;
	 color: #fff;
	 font-size: 28px;
}
.jumbotron p {
	color: #fff;
	font-size: 20px;
}
.lead {
    font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-size: 24px;
	color:#999;

}
.subheader {
	color: #999;
	font-size: 1.4em;
}
/* navigation elements */
.navbar-inverse {
    background-color: #fff;
    border-color: #080808;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #C30;
    background-color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #999;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #999;

}
.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-fixed-top {
    top: 0px;
    border-width: 0px 0px 0px;
}
.supra-header {
	background-color: #ccc;
	
}
.supra-header p {
	color: #000;
	font-size: 0.9em;
	padding-top: 12px;
}
.jumbotron {
	margin-top: 58px;
	padding: 60px 0px 100px 0;
	background: url(../../expert/images/sliding_doors.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 200px;
}
.navbar-brand {
	margin-top: 25px;
	margin-left: 0px!important;
	padding-left: 15px;
	width: 200px;
	background: url(../../expert/images/henderson_logo_med_wt.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	
}
.circle {
	float: left; 
	margin: 17px 20px 10px 0;
    border: 2px solid #74267C; /*dark purple */
    background: #74267C;
    width: 30px;
	height: 30px;
    border-radius: 15px;
	text-align: center;
	line-height:1.8em;
	color: #fff;
	font-weight: 600;
	
}

.intro-header {
    background: transparent none no-repeat scroll center center / cover;
    /*margin-bottom: 30px;*/
	height: 270px;
}
.intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading {
    padding: 120px 0px;
}
.intro-header h1 {
	font-weight: 300;
	 letter-spacing: 0.05em;
	 color: #fff;
	 font-size: 28px;
	 padding-top: 20px;
}
.intro-header p {
	color: #fff;
	font-size: 20px;
}
.spacer {
	min-height: 20px;
}
.questions {
	background-color: #efefef;
	padding: 20px;
	margin-bottom: 20px;
}
iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
} 
.btn-default span {
	color: #999!important; /* make the graphicons grey */
}
.dimensions-array img {
	max-width: 100%;
}

/*********** LOGIN FORM ************************/

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
/*********************************************************/
.boldYellowText {
	color: rgb(51,153,204);
}
/*********** LOGIN/REGISTER HEADER BAR ************************/
.login, .register {
	background-color: #999;
	margin: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	width: 100px;
	height: 30px;
	margin: 10px 10px 10px 0;
	float: right;
}
div.row.login-header {
	margin-right: 0px;
	margin-left: 0px;
	min-height: 50px;
}
.login {
	background-color:rgb(204,51,0);
	margin-bottom: 0;
}
.login a, .register a {
	display: block;
	color:#fff;
	text-decoration: none;
	text-align: center;
	width: 100%;	
	height: 100%;
	padding: 5px 5px 8px 5px;
	font-size: 90%;
}
.login:hover {
	background-color: #be3300;
}
.register:hover {
	background-color: #6f6f6f;
}
.webuser_info {
	font-size: 0.9em;
	margin-top: 6px;
}
/********* LOGIN PANEL ******************/
.panel-login {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.panel-login > .panel-heading a.active {
    color: #468847;
}
.webuser_info {
	padding: 6px;
	text-align: right;
}

/*********************************************************/