/* CSS Document */

*,body {
	font-family: 'Raleway', sans-serif;
}
@page {
    margin-top: 0.6in;
    margin-bottom: 0.6in;
 }

header {
	background-color: #00a68c;
    color: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 2rem;
    font-size: 1.8rem;
}
.propensity-warning {
	margin: 2rem, auto;
	padding: 2rem;
	color: #a6001a;
	background-color: #f6e5e8;
}

.top-sg {
	background-color: #efeda7;
	padding: 8px;
/*	max-width: 250px;*/
	font-weight: bold;
	margin-bottom: .25em;
}
.bottom-sg {
	margin-top: 1em;
	line-height: 1.1em;
/*	margin-right: 25%;*/
	margin-left: 8px;
    margin-right: 8px;	
}

header a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.jumbotron p {
	font-weight: 400;
}

.list-container {
    max-width: 90%;
    margin: 0 auto;
}
.list-container ul {
	padding: 0;
	list-style: none;
	font-size: 1.8rem;
	margin-bottom: 2em;
}
footer {
	background-color: #00a68c;
	margin-top: 4em;
	padding: 1em;
	text-align: center;
}
footer p, footer small,
footer a:active, footer a:visited, footer a:link, footer a:hover {
	color: #fff;
	font-weight: 300;
}

.tw-large-letters {
    font-size: 2rem;
    color: #6b6b6b;
}

.further-reading {
	padding: 2rem;
	margin: 2rem auto;
	width: 80%;
	border: 1px #aaa solid;
	border-radius: 1rem;
	background-color: #e8e8e8;
}
#intro {
    font-size: 17px;
    padding: 0 3rem;
    border: 1px solid #00a68c;
}
#report {
    margin-top: 1em;
    page-break-before: always;
}
#report p {
    margin-left: 1em;
    margin-right: 1em;
}
#report .eq-score {
    font-size: 1.3em;    
    margin: 0 6em;
    padding: 1em;
    border-top: solid 1px #00a68c;
    border-bottom: solid 2px #00a68c;
    background-color: #f2f2f2;    
}
#report .eq-added-text {
    font-size: 1.1em;
    border-top: solid 1px #00a68c;
    border-bottom: solid 2px #00a68c;
    background-color: #e8e8e8;
    margin: 2em;
    padding: 1em;
}
#report h2 {
    margin-top: 2em;
}
        
#report .section-intro {
    font-size: 18px;
    margin-bottom: 2em;
    border: 1px solid #006da6;
}
#report .section-intro h2 {
    background-color: #006da6;
    margin-top: 0;
    color: #fff;
    padding: 1rem;
}
#report h3 {
	background-color: #00a68c;
    color: #fff;
    padding: .5em;
    margin-top: 2em;
}

sup {
    font-size: .7em;
    top: -.5em;
}
.hgl-asterisk {
    top: .25em;
    position: relative;
}
.hgl-w-h1 {
    width: 32px;
    top: -3px;
    position: relative;
}
.hgl-w-p {
    width: 18px;
    top: -1px;
    position: relative;
}

/** Motivators **/
.m-text {
/*    font-size: 1.2em;*/
}
.m-scales, .cp-scales, .eq-scales {
    border: 1px solid #00a68c;
    margin-bottom: 1em;
}
#report .m-scales h3,
#report .cp-scales h3,
#report .eq-scales h3{
    margin-top: 0;
}
.m-clusters {
    border: 1px solid #00a68c;
}
.m-clusters h3 {
    margin-top: 0 !important;
}
.m-growth-propensity {
    margin-top: 2em;
    border: 1px solid #00a68c;
}
.m-growth-propensity h2 {
    margin-top: 0 !important;
    padding: .5em;
    height: 60px;
    color: white;
    background-color: #00a68c;
}
#mSummary {
    border: 1px solid #00a68c;
}

#report_buttons {
	background-color: #faebd7;
	border: 1px solid #412808;
}

@media print { 
	#pdfreport, #dashboard_link, #report_buttons { 
		display: none; 
	} 
}


			
			