@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	background: #EEE;
	color: #333;
}

.callout {
	padding: 2rem;
	background-color: #FFF;
	overflow: hidden;
}

.callout a.button, .callout a.button:hover {
	color: #FFF;
}

label.inline {
	margin-right: 1rem;
	vertical-align: middle;
	display: inline;
}

header {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#site-header h1 {
	font-size: 24px;
	padding-top: 1.5rem;
	color: #333;
}

h2 {
	font-weight: bold;
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 2rem;
}

#logo-container {
	max-width: 12rem;
	margin: 2rem auto 0;
}

.diagnostic-introduction h1 {
	background-color: rgba(0,0,0,.25);
	padding: 1rem;
	margin-bottom: 1rem
}

.diagnostic-introduction p {
	font-size: 0.9em
}

#question_container {
	overflow: hidden;
}
.question {
	float: left;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.question input {
	display: none;
}
.question label {
	display: block;
	background: #333;
	color: #FFF;
	padding: 10px;
	text-align: left;
	cursor: pointer;
	border-radius: 40px;
	margin: 0 auto 1rem;
	font-size: 1em;
	clear: both;
	overflow: hidden;
}
.question label:hover {
	background: #EEE;
}
input[type="radio"]:checked+label .ticker {
	background: #FFF url(../images/check.png) no-repeat center center;
	background-size: 45px auto;
}
.overflow-hidden {
	overflow: hidden;
}
input.warning {
	border: solid 1px #C00;
}
.smallprint {
	color: #999;
	font-size: 0.6em;
	display: block;
	clear: both;
}
.question-text {
	position: relative;
}
.question-text h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 2em;
}
.question label.option-1 {
	background: #555;
}
.question label.option-2 {
	background: #555;
}
.question label.option-3 {
	background: #555;
}

.question label.option-1:hover {
	background: #333;
}
.question label.option-2:hover {
	background: #333;
}
.question label.option-3:hover {
	background: #333;
}

#back {
	color: #999;
}
#back:hover {
	color: #999;
}
.question label .ticker {
	display: block;
	width: 4rem;
	height: 4rem;
	background: #FFF;
	float: left;
	border-radius: 50%;
	margin: 0 3rem 0 0rem;
}
.answer-text {
	padding-top: 0.5rem;
	display: block;
}

.button {
	position: relative;
	padding: 1.25rem 4rem 1.25rem 1.5rem;
	border-radius: 25px;
	font-weight: bold;
}

.button:before {
	position: absolute;
	font-family: 'FontAwesome';
	right: 1.25rem;
	content: "\f138";
	transition: all 0.25s ease;
}

.button.secondary {
	background: rgba(0,0,0,.3);
	border: inset 2px #FFFFFF;
	color: #FFF!important;
}

.button.secondary:hover {
	background: transparent;
}


.index-item h3 {
	font-size: 1em;
	font-weight: bold
}

.index-item {
	font-size: 0.8em;
	text-align: left
}

.index-item img {
	margin-bottom: 1rem;
}

.blog-social .title {
	line-height: 2.5em;
	margin-right: 0.5rem;
}

.blog-social a {
	color: #EEE!important;
}

.blog-social a:hover {
	color: #333!important;
}

.social-share-icon {
	font-size: 0.6em;
}

.social-share-icon.twitter {
	color: #1EA1F3!important;
}

.social-share-icon.facebook {
	color: #3B5999!important;
}

.social-share-icon.google {
	color: #DC4A38!important;
}

.social-share-icon.linkedin {
	color: #0074B1!important;
}

.social-share-icon:hover {
	text-decoration: none;
	color: #333!important;
}

.progressbar .progress {
	background: #CCC;
	background: rgba(0,0,0,.1);
}

.progressbar .progress-meter {
	background: #01A401;
}

#scorecard-intro-text {
	max-width: 34rem;
}

.button.alternate-scorecard {
	float: left;
	background: rgba(0,0,0,.4);
	padding: 1.5rem 50px 1.5rem 125px;
	position: relative;
	text-align: left;
}


.button.alternate-scorecard img {
	position: absolute;
	left: 25px;
	top: -1rem;
	width: 75px;
	height: auto
}

.button.alternate-scorecard:hover {
	background: rgba(0,0,0,.7);
}

.button.alternate-scorecard:before {
	display: none;
}

.thanks-introduction {
	padding: 1.5rem 1.5rem 0.25rem;
	text-align: center;
	margin: 2rem 2rem;
	background-color: #333;
	color: #FFF;
}

.thanks-introduction-score {
	font-weight: bold;
	font-size: 2em;
	vertical-align:sub;
	color: #FFF;
	margin-top: -1rem;
	display: inline-block;
}

.thanks-page-next-steps {
	margin: 2rem -2rem -2rem !important;
	padding: 2rem;
	color: #FFF;
	background-color: #333;
}

.callout.fields {
	overflow: hidden;
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(65, 55, 119, .65);
}

.reveal#different-email {
	border: none;
	box-shadow: 8px 8px 8px rgba(0,0,0,.2);
	border-radius: 1rem;
	color: #333;
	padding: 2rem;
}

img.lets-talk {
	margin-bottom: -2rem;
	border-radius: 25px;
}

img.learn-more {
	margin: 1rem;
	max-width: 90%;
}

img.scorecard-preview {
	max-height: 18rem;
}

@media screen and (max-width:39.9375em) {
body, #site-header h1 {
	font-size: 16px;
}
h2 {
	font-size: 25px;
}
.answer-text {
	padding-top: 0;
}
#mainbody {
	margin-top: 1rem;
	padding-bottom: 3rem;
}
#logo {
	max-width: 75px;
	height: auto
}
h1 {
	display: none;
}

#mailinglist, #optin {
	margin-bottom: 0
}

.quickfield.medium-12 {
	margin-bottom: 1rem;
}

.quickfield.medium-12 label {
	line-height: 1.2em;
}

.progress-title, .progress-title p {
	margin-bottom: 0;
}

	.button.alternate-scorecard img {
		top: 0.5rem;
	}

}
